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/sphere.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/gl/sphere.cc') diff --git a/src/gl/sphere.cc b/src/gl/sphere.cc index 5e4e931..bd724f5 100644 --- a/src/gl/sphere.cc +++ b/src/gl/sphere.cc @@ -1,11 +1,11 @@ -/* sphere.cc - This file is part of the Osirion project +/* + gl/sphere.cc + This file is part of the Osirion project and is distributed under + the terms of the GNU General Public License version 2 */ -#include "common/functions.h" - -#include "osiriongl.h" #include "sphere.h" +#include "common/functions.h" namespace gl { -- cgit v1.2.3