diff options
author | Brian <brian@i915.localnet.net> | 2007-08-02 14:20:13 -0600 |
---|---|---|
committer | Brian <brian@i915.localnet.net> | 2007-08-02 14:20:13 -0600 |
commit | 566ae9196b267492d9fcfb2be9065fb8017702f9 (patch) | |
tree | 8595be8b620d3bac157b59a178c080367e730c42 /src/mesa/main | |
parent | 406da44da31f71afd98fc45e2bbfbf41deff1d12 (diff) |
remove st_draw.h include
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/buffers.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/buffers.c b/src/mesa/main/buffers.c index eea443c03c..0e6ca8ea1c 100644 --- a/src/mesa/main/buffers.c +++ b/src/mesa/main/buffers.c @@ -38,8 +38,6 @@ #include "fbobject.h" #include "state.h" -#include "state_tracker/st_draw.h" - #define BAD_MASK ~0u |