Kouhei Sutou
null+****@clear*****
Sun Dec 1 22:34:37 JST 2013
Kouhei Sutou 2013-12-01 22:34:37 +0900 (Sun, 01 Dec 2013) New Revision: d97cdcb0bed3e72a0cec8f80ecb0046036a30390 https://github.com/groonga/groonga-gobject/commit/d97cdcb0bed3e72a0cec8f80ecb0046036a30390 Message: Include 3rd party headers before our package's one Modified files: groonga-gobject/ggrn.c Modified: groonga-gobject/ggrn.c (+2 -1) =================================================================== --- groonga-gobject/ggrn.c 2013-12-01 22:33:39 +0900 (07c43bb) +++ groonga-gobject/ggrn.c 2013-12-01 22:34:37 +0900 (7bd0189) @@ -20,9 +20,10 @@ # include <config.h> #endif -#include "ggrn.h" #include <groonga.h> +#include "ggrn.h" + /** * ggrn_init: * @error: return location for a GError, or %NULL. -------------- next part -------------- HTML����������������������������...Download