diff options
author | Brian Paul <[email protected]> | 2015-04-24 20:12:42 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-04-28 12:27:48 -0600 |
commit | 7e8de8219fbde486364054cc2a75022ddcbe0c2c (patch) | |
tree | 8c19621b705d1def9678598efb2461a8710c93bf /src/mesa/main/texobj.c | |
parent | 7c1be009b7c34dce55be83ae2a955dd8a37e230a (diff) |
mesa: remove unneeded #include colortab.h
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/main/texobj.c')
-rw-r--r-- | src/mesa/main/texobj.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c index e018ab9103c..c563f1e7434 100644 --- a/src/mesa/main/texobj.c +++ b/src/mesa/main/texobj.c @@ -30,7 +30,6 @@ #include <stdio.h> #include "bufferobj.h" -#include "colortab.h" #include "context.h" #include "enums.h" #include "fbobject.h" |