]> git.tdb.fi Git - gldbg.git/blobdiff - source/enums.c
Replace per-file license notices with License.txt
[gldbg.git] / source / enums.c
index 25fdaefda4eaff4fc7fcc0957b81593de9d93257..b0b5793c38dc7b33bf3b9d5bdbded200d51c1b60 100644 (file)
@@ -1,12 +1,6 @@
-/* $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>
 #include "enums.h"
 #include "tmpalloc.h"
 
@@ -17,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)
 {