]> git.localhorst.tv Git - l2e.git/blobdiff - src/app/Application.h
removed lazy fwd headers
[l2e.git] / src / app / Application.h
index 62d9740b943aa41107d78c32f704671f427a9392..e29bc63feb885e613efea2fd998565d48803c144 100644 (file)
@@ -1,10 +1,15 @@
 #ifndef APP_APPLICATION_H_
 #define APP_APPLICATION_H_
 
-#include "fwd.h"
+namespace app {
+       class State;
+}
+namespace sdl {
+       class InitScreen;
+}
+
 #include "Input.h"
 #include "Timer.h"
-#include "../sdl/InitScreen.h"
 
 #include <stack>
 #include <queue>