diff options
author | Brian Paul <[email protected]> | 2008-06-09 15:19:08 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-09 15:19:08 -0600 |
commit | 0116ec1af36356c0ee845b3d1384e73316052497 (patch) | |
tree | 3f37dc93c924491a22a17553f2aac445d65438cc /src/mesa/vbo | |
parent | eded7f010d344a909cf9c403eb3bdad91804d174 (diff) |
mesa: remove unused api_eval.h header file
Diffstat (limited to 'src/mesa/vbo')
-rw-r--r-- | src/mesa/vbo/vbo_exec_eval.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo_exec_eval.c b/src/mesa/vbo/vbo_exec_eval.c index 0ba5585d246..0c691b3a5cd 100644 --- a/src/mesa/vbo/vbo_exec_eval.c +++ b/src/mesa/vbo/vbo_exec_eval.c @@ -26,7 +26,6 @@ */ #include "main/glheader.h" -#include "main/api_eval.h" #include "main/context.h" #include "main/macros.h" #include "math/m_eval.h" |