X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fenums.c;h=b0b5793c38dc7b33bf3b9d5bdbded200d51c1b60;hb=a832996c884a0e0acc9a38ba4dd258edb75ec7af;hp=25fdaefda4eaff4fc7fcc0957b81593de9d93257;hpb=3c32a221de1435ae7af8d96182560e8b28f1a4c0;p=gldbg.git diff --git a/source/enums.c b/source/enums.c index 25fdaef..b0b5793 100644 --- a/source/enums.c +++ b/source/enums.c @@ -1,12 +1,6 @@ -/* $Id$ - -This file is part of gldbg -Copyright © 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the GPL -*/ - #include #include +#include #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) {