From f6e27099b294d55c15a6b5dad13cda7730a17a71 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Wed, 17 Oct 2012 21:55:45 +0200 Subject: Doxygen/comment fixes and some #include refactoring --- src/app/system.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/app/system.cpp') diff --git a/src/app/system.cpp b/src/app/system.cpp index eb0321b..73614aa 100644 --- a/src/app/system.cpp +++ b/src/app/system.cpp @@ -15,7 +15,6 @@ // * You should have received a copy of the GNU General Public License // * along with this program. If not, see http://www.gnu.org/licenses/. -// system.cpp #include "app/system.h" @@ -23,13 +22,13 @@ #if defined(PLATFORM_WINDOWS) -#include "system_windows.h" +#include "app/system_windows.h" #elif defined(PLATFORM_LINUX) -#include "system_linux.h" +#include "app/system_linux.h" #else -#include "system_other.h" +#include "app/system_other.h" #endif -- cgit v1.2.3-1-g7c22