Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-06-01 14:56:22 +0000
committerStijn Buys <ingar@osirion.org>2008-06-01 14:56:22 +0000
commit0f87d2fd05786f7ab128d4a041673f6fb085139f (patch)
tree37ca8cb6da4fcc2a5c6dc066f3ac033092923c19 /src/client/client.cc
parent190cede795ac4c7fcd6865a6c2083b5ce53a154a (diff)
moved camera into render::
Diffstat (limited to 'src/client/client.cc')
-rw-r--r--src/client/client.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/client.cc b/src/client/client.cc
index 80b983e..a3ad481 100644
--- a/src/client/client.cc
+++ b/src/client/client.cc
@@ -14,7 +14,6 @@
#include "client/chat.h"
#include "client/client.h"
#include "client/video.h"
-#include "client/camera.h"
#include "client/console.h"
#include "client/input.h"
#include "client/view.h"