[Groonga-commit] groonga/groonga at 51e030c [master] Include public header after including internal header

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 30 20:10:36 JST 2014


Kouhei Sutou	2014-10-30 20:10:36 +0900 (Thu, 30 Oct 2014)

  New Revision: 51e030c15a41c39315d9a49ce169d7db5fe5ae80
  https://github.com/groonga/groonga/commit/51e030c15a41c39315d9a49ce169d7db5fe5ae80

  Message:
    Include public header after including internal header

  Modified files:
    plugins/query_expanders/tsv.c

  Modified: plugins/query_expanders/tsv.c (+2 -2)
===================================================================
--- plugins/query_expanders/tsv.c    2014-10-30 20:10:08 +0900 (f1eeaf9)
+++ plugins/query_expanders/tsv.c    2014-10-30 20:10:36 +0900 (cda9d05)
@@ -15,13 +15,13 @@
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
-#include <groonga/plugin.h>
-
 /* groonga's internal headers */
 /* for grn_text_fgets(): We don't want to require stdio.h for groonga.h.
    What should we do? Should we split header file such as groonga/stdio.h? */
 #include <grn_str.h>
 
+#include <groonga/plugin.h>
+
 #include <stdio.h>
 #include <string.h>
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index