diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/dlopen.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/dlopen.c b/src/mesa/main/dlopen.c index 8bc83c094fd..0fc0c21e94a 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__) |