Author: shadowmaster
Date: Tue Mar 31 18:13:36 2009
New Revision: 34339

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34339&view=rev
Log:
Fix header file paths.

Modified:
    trunk/src/storyscreen/controller.cpp
    trunk/src/storyscreen/interface.cpp
    trunk/src/storyscreen/page.cpp

Modified: trunk/src/storyscreen/controller.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/storyscreen/controller.cpp?rev=34339&r1=34338&r2=34339&view=diff
==============================================================================
--- trunk/src/storyscreen/controller.cpp (original)
+++ trunk/src/storyscreen/controller.cpp Tue Mar 31 18:13:36 2009
@@ -25,8 +25,8 @@
 #include "global.hpp"
 #include "SDL.h"
 
-#include "storyscreen_controller.hpp"
-#include "storyscreen_page.hpp"
+#include "storyscreen/controller.hpp"
+#include "storyscreen/page.hpp"
 
 #include "asserts.hpp"
 #include "foreach.hpp"

Modified: trunk/src/storyscreen/interface.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/storyscreen/interface.cpp?rev=34339&r1=34338&r2=34339&view=diff
==============================================================================
--- trunk/src/storyscreen/interface.cpp (original)
+++ trunk/src/storyscreen/interface.cpp Tue Mar 31 18:13:36 2009
@@ -25,8 +25,8 @@
 #include "foreach.hpp"
 #include "variable.hpp"
 
-#include "storyscreen.hpp"
-#include "storyscreen_controller.hpp"
+#include "storyscreen/interface.hpp"
+#include "storyscreen/controller.hpp"
 
 #include "display.hpp"
 #include "game_events.hpp"

Modified: trunk/src/storyscreen/page.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/storyscreen/page.cpp?rev=34339&r1=34338&r2=34339&view=diff
==============================================================================
--- trunk/src/storyscreen/page.cpp (original)
+++ trunk/src/storyscreen/page.cpp Tue Mar 31 18:13:36 2009
@@ -16,7 +16,7 @@
 #include "global.hpp"
 #include "asserts.hpp"
 #include "log.hpp"
-#include "storyscreen_page.hpp"
+#include "storyscreen/page.hpp"
 
 #include "config.hpp"
 #include "gamestatus.hpp"


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to