Some included I missed in the precious commit.
authorCarlos Lopez <genetita@gmail.com>
Wed, 13 Jan 2010 22:25:21 +0000 (23:25 +0100)
committerCarlos Lopez <genetita@gmail.com>
Wed, 13 Jan 2010 22:25:21 +0000 (23:25 +0100)
synfig-studio/src/gtkmm/state_draw.cpp
synfig-studio/src/gtkmm/state_eyedrop.cpp
synfig-studio/src/gtkmm/state_fill.cpp
synfig-studio/src/gtkmm/state_sketch.cpp
synfig-studio/src/gtkmm/state_width.cpp
synfig-studio/src/gtkmm/state_zoom.cpp

index 3fc459b..79c6ba0 100644 (file)
@@ -38,6 +38,7 @@
 
 #include "state_draw.h"
 #include "state_stroke.h"
+#include "state_normal.h"
 #include "canvasview.h"
 #include "workarea.h"
 #include "app.h"
index 749399a..dcd57a1 100644 (file)
@@ -30,6 +30,7 @@
 #endif
 
 #include "state_eyedrop.h"
+#include "state_normal.h"
 #include "workarea.h"
 #include <synfig/context.h>
 #include "app.h"
index 26eb646..f4df2ba 100644 (file)
@@ -30,6 +30,7 @@
 #endif
 
 #include "state_fill.h"
+#include "state_normal.h"
 #include "workarea.h"
 #include <synfig/context.h>
 #include "app.h"
index 5db2044..db441af 100644 (file)
@@ -36,6 +36,7 @@
 #include <synfig/valuenode_dynamiclist.h>
 
 #include "state_sketch.h"
+#include "state_normal.h"
 #include "state_stroke.h"
 #include "canvasview.h"
 #include "workarea.h"
index 37aca27..8c74daa 100644 (file)
@@ -39,6 +39,7 @@
 #include <synfigapp/action_system.h>
 
 #include "state_width.h"
+#include "state_normal.h"
 #include "canvasview.h"
 #include "workarea.h"
 #include "app.h"
index a4ea442..a167639 100644 (file)
@@ -38,6 +38,7 @@
 
 
 #include "state_zoom.h"
+#include "state_normal.h"
 #include "event_mouse.h"
 #include "canvasview.h"
 #include "workarea.h"