diff options
author | Brian Paul <[email protected]> | 2000-10-29 18:23:16 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-10-29 18:23:16 +0000 |
commit | ebb248aa5c018dc676d389221d76ed329059789e (patch) | |
tree | f393d59462e03f10a52076814a1aaea06abefc84 /src/mesa/main/texobj.c | |
parent | 699bc7b73d2fede77d3290f66c1ec355afd0373e (diff) |
more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)
Diffstat (limited to 'src/mesa/main/texobj.c')
-rw-r--r-- | src/mesa/main/texobj.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c index 36a63f63ac5..62238ff6fd4 100644 --- a/src/mesa/main/texobj.c +++ b/src/mesa/main/texobj.c @@ -1,4 +1,4 @@ -/* $Id: texobj.c,v 1.29 2000/10/24 02:53:18 brianp Exp $ */ +/* $Id: texobj.c,v 1.30 2000/10/29 18:23:16 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -33,6 +33,7 @@ #include "context.h" #include "enums.h" #include "hash.h" +#include "macros.h" #include "mem.h" #include "teximage.h" #include "texstate.h" |