From a237a2d7723b94df6cd3e91401ec28388de6f1a0 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 21 Oct 2007 23:02:47 +0000 Subject: namespace cleanup --- src/gl/box.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/gl/box.h') diff --git a/src/gl/box.h b/src/gl/box.h index f612243..8fb4c45 100644 --- a/src/gl/box.h +++ b/src/gl/box.h @@ -1,12 +1,13 @@ -/* box.h - This file is part of the Osirion project +/* + gl/box.h + This file is part of the Osirion project and is distributed under + the terms of the GNU General Public License version 2 */ #ifndef __INCLUDED_BOX_H__ #define __INCLUDED_BOX_H__ -#include "common/vector3f.h" -#include "common/color.h" +#include "osiriongl.h" namespace gl { -- cgit v1.2.3