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/osiriongl.cc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/gl/osiriongl.cc') diff --git a/src/gl/osiriongl.cc b/src/gl/osiriongl.cc index 95e12d1..08462e7 100644 --- a/src/gl/osiriongl.cc +++ b/src/gl/osiriongl.cc @@ -1,12 +1,13 @@ -/* gl.cc - * This file is part of the Osirion project - */ - -// SDL headers -#include +/* + gl/osiriongl.cc + This file is part of the Osirion project and is distributed under + the terms of the GNU General Public License version 2 +*/ #include "osiriongl.h" +#include + namespace gl { -- cgit v1.2.3