[Groonga-commit] groonga/grnxx at ad50c02 [master] Move a #include from header.hpp to header.cpp.

Back to archive index

susumu.yata null+****@clear*****
Wed Apr 24 14:08:30 JST 2013


susumu.yata	2013-04-24 14:08:30 +0900 (Wed, 24 Apr 2013)

  New Revision: ad50c02601a74e74468dae9a5f336a6ea5cec65d
  https://github.com/groonga/grnxx/commit/ad50c02601a74e74468dae9a5f336a6ea5cec65d

  Message:
    Move a #include from header.hpp to header.cpp.

  Modified files:
    lib/grnxx/storage/header.cpp
    lib/grnxx/storage/header.hpp

  Modified: lib/grnxx/storage/header.cpp (+1 -0)
===================================================================
--- lib/grnxx/storage/header.cpp    2013-04-24 13:59:13 +0900 (ec34009)
+++ lib/grnxx/storage/header.cpp    2013-04-24 14:08:30 +0900 (6752f69)
@@ -18,6 +18,7 @@
 #include "grnxx/storage/header.hpp"
 
 #include "grnxx/version.h"
+#include "grnxx/storage.hpp"
 
 #define GRNXX_STORAGE_HEADER_FORMAT  "grnxx::Storage"
 #define GRNXX_STORAGE_HEADER_VERSION GRNXX_VERSION

  Modified: lib/grnxx/storage/header.hpp (+0 -1)
===================================================================
--- lib/grnxx/storage/header.hpp    2013-04-24 13:59:13 +0900 (dcc5e6d)
+++ lib/grnxx/storage/header.hpp    2013-04-24 14:08:30 +0900 (ac64a69)
@@ -20,7 +20,6 @@
 
 #include "grnxx/basic.hpp"
 #include "grnxx/mutex.hpp"
-#include "grnxx/storage.hpp"
 
 namespace grnxx {
 namespace storage {
-------------- next part --------------
HTML����������������������������...
Download 



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