Move declaration to source code
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Wed, 22 Aug 2018 00:56:01 +0000 (09:56 +0900)
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Wed, 22 Aug 2018 00:56:01 +0000 (09:56 +0900)
Change-Id: I41e93a5bfe7d926b44201f08cf21fdd11b387bf5
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
src/wm_layer_control.cpp
src/wm_layer_control.hpp

index 0d8c924..30e013f 100644 (file)
@@ -16,6 +16,7 @@
 \r
 #include <assert.h>\r
 #include "layers.hpp"\r
+#include "wm_layer.hpp"\r
 #include "wm_layer_control.hpp"\r
 \r
 using std::string;\r
index dacb557..bb0aee1 100644 (file)
 #include <vector>\r
 \r
 #include "wm_error.hpp"\r
-#include "wm_layer.hpp"\r
 \r
 namespace wm {\r
 \r
+class WMLayer;\r
 class LayerControl\r
 {\r
   public:\r