diff options
author | Nicolas Kaiser <[email protected]> | 2010-09-30 07:50:43 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-09-30 09:36:31 -0600 |
commit | 9674929bce0c0ea4862b468d0a1a7e58b2664049 (patch) | |
tree | 113eccf2811547a87dde36009fe1b7e7cda331aa /src/mesa/main/dlist.c | |
parent | 8c92a80b6210bf7d977816690476ff336b350c79 (diff) |
main: remove duplicated includes
Remove duplicated includes.
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r-- | src/mesa/main/dlist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 3a730f0e406..cccec248539 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -52,7 +52,6 @@ #include "hash.h" #include "image.h" #include "light.h" -#include "dlist.h" #include "macros.h" #include "queryobj.h" #include "teximage.h" |