]> git.tdb.fi Git - gldbg.git/blobdiff - source/enums.c
Replace per-file license notices with License.txt
[gldbg.git] / source / enums.c
index d3572b8a0d185e8aad5eb9d4c910bff23fe9747d..b0b5793c38dc7b33bf3b9d5bdbded200d51c1b60 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of gldbg
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the GPL
-*/
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -18,7 +11,7 @@ typedef struct sEnumInfo
        const char *name;
 } EnumInfo;
 
-#include "enums.table"
+#include "gensrc/enums.table"
 
 const char *describe_enum(GLenum value, const char *categ)
 {