Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.cc')
-rw-r--r--src/game/game.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/game.cc b/src/game/game.cc
index b2b0822..7f2ad17 100644
--- a/src/game/game.cc
+++ b/src/game/game.cc
@@ -10,7 +10,7 @@
#include "game/ship.h"
#include "game/star.h"
#include "filesystem/filesystem.h"
-#include "common/common.h"
+#include "sys/sys.h"
// C++ headers
#include <vector>