[Groonga-commit] groonga/groonga at 9f2e996 [master] Use "..." for ensure including header files in sub directory

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 17 11:23:55 JST 2014


Kouhei Sutou	2014-11-17 11:23:55 +0900 (Mon, 17 Nov 2014)

  New Revision: 9f2e996500ef58f5ddadfab9ec7e882b9a201933
  https://github.com/groonga/groonga/commit/9f2e996500ef58f5ddadfab9ec7e882b9a201933

  Message:
    Use "..." for ensure including header files in sub directory

  Modified files:
    include/groonga.h

  Modified: include/groonga.h (+4 -4)
===================================================================
--- include/groonga.h    2014-11-16 19:33:45 +0900 (079f3a9)
+++ include/groonga.h    2014-11-17 11:23:55 +0900 (cc8e469)
@@ -18,9 +18,9 @@
 #ifndef GROONGA_H
 #define GROONGA_H
 
-#include <groonga/groonga.h>
-#include <groonga/ii.h>
-#include <groonga/expr.h>
-#include <groonga/util.h>
+#include "groonga/groonga.h"
+#include "groonga/ii.h"
+#include "groonga/expr.h"
+#include "groonga/util.h"
 
 #endif /* GROONGA_H */
-------------- next part --------------
HTML����������������������������...
下載 



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