diff options
author | Vinson Lee <[email protected]> | 2010-05-15 18:41:52 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-05-15 18:41:52 -0700 |
commit | 1d6a6d96aecbe63ace907dcc9cab49256892134b (patch) | |
tree | 0936313a7dcc44b4090c5c6de444bd406e5478dc /src/mesa/main/drawtex.c | |
parent | b224264c9db83a7b8df222ba3625b0f23874e30d (diff) |
mesa: Remove unnecessary header.
Diffstat (limited to 'src/mesa/main/drawtex.c')
-rw-r--r-- | src/mesa/main/drawtex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/drawtex.c b/src/mesa/main/drawtex.c index 86d5b555e0f..c2ad5f23862 100644 --- a/src/mesa/main/drawtex.c +++ b/src/mesa/main/drawtex.c @@ -25,8 +25,6 @@ #include "main/state.h" #include "main/imports.h" -#include "main/dispatch.h" - #if FEATURE_OES_draw_texture |