From b310c51796d1632aeefc834dc0e931c52f909a41 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 31 Aug 2013 20:38:42 +0300 Subject: move render classes into render dir. --- src/commands.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index d301ab391..d16eeccec 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -30,7 +30,6 @@ #include "guildmanager.h" #include "localplayer.h" #include "main.h" -#include "nullopenglgraphics.h" #include "party.h" #include "gui/buydialog.h" @@ -45,6 +44,11 @@ #include "gui/widgets/whispertab.h" +#if defined USE_OPENGL +#include "render/normalopenglgraphics.h" +#endif +#include "render/nullopenglgraphics.h" + #include "net/adminhandler.h" #include "net/beinghandler.h" #include "net/chathandler.h" @@ -55,10 +59,6 @@ #include "net/playerhandler.h" #include "net/tradehandler.h" -#if defined USE_OPENGL -#include "normalopenglgraphics.h" -#endif - #ifdef DEBUG_DUMP_LEAKS1 #include "resources/image.h" #include "resources/resource.h" -- cgit v1.2.3-60-g2f50