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.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/view.cc b/src/client/view.cc
index 63a6942..30dd6d6 100644
--- a/src/client/view.cc
+++ b/src/client/view.cc
@@ -9,7 +9,7 @@
#include "client/stardrawer.h"
#include "game/game.h"
#include "gl/gllib.h"
-#include "common/common.h"
+#include "sys/sys.h"
#include "math/mathlib.h"
#include <SDL/SDL.h>
@@ -17,8 +17,6 @@
namespace client
{
-using namespace common;
-
ShipDrawer *shipdrawer = 0;
StarDrawer *stardrawer = 0;