drivers: don't include texformat.h

And remove other unneeded #includes while we're at it.
This commit is contained in:
Brian Paul
2009-10-05 18:11:35 -06:00
parent 90cd968300
commit 3e34a2a2b9
46 changed files with 36 additions and 93 deletions

View File

@@ -33,7 +33,6 @@
#include "main/framebuffer.h"
#include "main/renderbuffer.h"
#include "main/context.h"
#include "main/texformat.h"
#include "main/texrender.h"
#include "drivers/common/meta.h"