[Groonga-commit] groonga/groonga at d64e2c5 [master] Include Groonga internal header first

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 26 11:36:43 JST 2016


Kouhei Sutou	2016-04-26 11:36:43 +0900 (Tue, 26 Apr 2016)

  New Revision: d64e2c5533304a9bf4b49dfcee8cda808d5b2c85
  https://github.com/groonga/groonga/commit/d64e2c5533304a9bf4b49dfcee8cda808d5b2c85

  Message:
    Include Groonga internal header first

  Modified files:
    src/suggest/groonga_suggest_create_dataset.c

  Modified: src/suggest/groonga_suggest_create_dataset.c (+3 -3)
===================================================================
--- src/suggest/groonga_suggest_create_dataset.c    2016-04-26 11:34:51 +0900 (81b2ee4)
+++ src/suggest/groonga_suggest_create_dataset.c    2016-04-26 11:36:43 +0900 (018d686)
@@ -15,14 +15,14 @@
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
+/* For grn_str_getopt() */
+#include <grn_str.h>
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <groonga.h>
 
-/* For grn_str_getopt() */
-#include <grn_str.h>
-
 typedef enum {
   MODE_NONE,
   MODE_USAGE
-------------- next part --------------
HTML����������������������������...
Télécharger 



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