Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/view.cc')
-rw-r--r--src/client/view.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/client/view.cc b/src/client/view.cc
index ca41831..63a6942 100644
--- a/src/client/view.cc
+++ b/src/client/view.cc
@@ -4,13 +4,13 @@
the terms and conditions of the GNU General Public License version 2
*/
-#include "client.h"
-#include "shipdrawer.h"
-#include "stardrawer.h"
-#include "gl/osiriongl.h"
+#include "client/client.h"
+#include "client/shipdrawer.h"
+#include "client/stardrawer.h"
#include "game/game.h"
-#include "common/functions.h"
-#include "osirion.h"
+#include "gl/gllib.h"
+#include "common/common.h"
+#include "math/mathlib.h"
#include <SDL/SDL.h>