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/stardrawer.cc')
-rw-r--r--src/client/stardrawer.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/stardrawer.cc b/src/client/stardrawer.cc
index d5a0f9f..0f591bf 100644
--- a/src/client/stardrawer.cc
+++ b/src/client/stardrawer.cc
@@ -3,8 +3,9 @@
the terms and conditions of the GNU General Public License version 2
*/
-#include "gl/osiriongl.h"
-#include "stardrawer.h"
+// projet headers
+#include "client/stardrawer.h"
+#include "gl/gllib.h"
namespace client {
@@ -24,3 +25,4 @@ void StarDrawer::draw(float elapsed)
}
} // namespace client
+