From: Daniel Karbach Date: Sun, 5 Aug 2012 13:26:14 +0000 (+0200) Subject: fixed SDL inclusion in application classes X-Git-Url: http://git.localhorst.tv/?a=commitdiff_plain;h=ef384cccd0e23a5de0a82f35ef3367754a8c3719;hp=59d528aaa84a2210b0a357887853f534cfbea156;p=l2e.git fixed SDL inclusion in application classes --- diff --git a/src/app/Application.h b/src/app/Application.h index e43faf4..159f627 100644 --- a/src/app/Application.h +++ b/src/app/Application.h @@ -11,7 +11,7 @@ #include "../sdl/InitScreen.h" #include -#include +#include namespace app { diff --git a/src/app/State.h b/src/app/State.h index 471b44b..d9936dd 100644 --- a/src/app/State.h +++ b/src/app/State.h @@ -8,7 +8,7 @@ #ifndef APP_APPLICATIONSTATE_H_ #define APP_APPLICATIONSTATE_H_ -#include +#include namespace app {