[Groonga-commit] groonga/grnxx at 704df79 [master] Move a #include from a source file to a header file.

Back to archive index

susumu.yata null+****@clear*****
Mon Jul 29 16:17:36 JST 2013


susumu.yata	2013-07-29 16:17:36 +0900 (Mon, 29 Jul 2013)

  New Revision: 704df792d613640532fd3f4f468d36251f54d468
  https://github.com/groonga/grnxx/commit/704df792d613640532fd3f4f468d36251f54d468

  Message:
    Move a #include from a source file to a header file.

  Modified files:
    lib/grnxx/map/patricia.cpp
    lib/grnxx/map/patricia.hpp

  Modified: lib/grnxx/map/patricia.cpp (+1 -0)
===================================================================
--- lib/grnxx/map/patricia.cpp    2013-07-29 16:14:38 +0900 (266a645)
+++ lib/grnxx/map/patricia.cpp    2013-07-29 16:17:36 +0900 (ccd3bd3)
@@ -28,6 +28,7 @@
 #include "grnxx/map/helper.hpp"
 #include "grnxx/map/key_pool.hpp"
 #include "grnxx/map/patricia/header.hpp"
+#include "grnxx/map/patricia/node.hpp"
 #include "grnxx/storage.hpp"
 
 namespace grnxx {

  Modified: lib/grnxx/map/patricia.hpp (+5 -1)
===================================================================
--- lib/grnxx/map/patricia.hpp    2013-07-29 16:14:38 +0900 (95ff4c6)
+++ lib/grnxx/map/patricia.hpp    2013-07-29 16:17:36 +0900 (4611331)
@@ -25,7 +25,6 @@
 #include "grnxx/array.hpp"
 #include "grnxx/bytes.hpp"
 #include "grnxx/map.hpp"
-#include "grnxx/map/patricia/node.hpp"
 #include "grnxx/types.hpp"
 
 namespace grnxx {
@@ -33,6 +32,11 @@ namespace grnxx {
 class Storage;
 
 namespace map {
+namespace patricia {
+
+class Node;
+
+}  // namespace patricia
 
 template <typename T> class KeyPool;
 
-------------- next part --------------
HTML����������������������������...
Download 



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