diff options
author | Vinson Lee <[email protected]> | 2010-01-14 22:30:00 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-14 22:30:00 -0800 |
commit | cde041cd1320849be70dc8571da1460b8b913f14 (patch) | |
tree | 5d47d4410990678e9cdc6f625084726b2e58af9e /src/mesa | |
parent | 644572a3723bc5167fb71f15e0bbfec3f999be9b (diff) |
st/mesa: Remove unnecessary header from st_cb_strings.c.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/state_tracker/st_cb_strings.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_cb_strings.c b/src/mesa/state_tracker/st_cb_strings.c index bb931f17c4e..f22c5369e43 100644 --- a/src/mesa/state_tracker/st_cb_strings.c +++ b/src/mesa/state_tracker/st_cb_strings.c @@ -33,7 +33,6 @@ #include "main/glheader.h" #include "main/macros.h" -#include "main/version.h" #include "pipe/p_context.h" #include "pipe/p_screen.h" #include "st_context.h" |