summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlopen.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-22 16:18:38 -0700
committerBrian Paul <brianp@vmware.com>2009-02-22 16:18:38 -0700
commitc74992d840b7a8f7f50e778e692e40681aa166ca (patch)
treeeae9057bcf3a680e36e2075a0e3f36fba168a322 /src/mesa/main/dlopen.c
parentf2c023291a1f2887294d2aac504f8b82857ad092 (diff)
mesa: remove unneeded #includes
Diffstat (limited to 'src/mesa/main/dlopen.c')
-rw-r--r--src/mesa/main/dlopen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/dlopen.c b/src/mesa/main/dlopen.c
index 8bc83c094f..0fc0c21e94 100644
--- a/src/mesa/main/dlopen.c
+++ b/src/mesa/main/dlopen.c
@@ -28,8 +28,6 @@
*/
-#include "glheader.h"
-#include "imports.h"
#include "dlopen.h"
#if defined(_GNU_SOURCE) && !defined(__MINGW32__)