From ef384cccd0e23a5de0a82f35ef3367754a8c3719 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Sun, 5 Aug 2012 15:26:14 +0200 Subject: [PATCH] fixed SDL inclusion in application classes --- src/app/Application.h | 2 +- src/app/State.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.39.2