From c74992d840b7a8f7f50e778e692e40681aa166ca Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 22 Feb 2009 16:18:38 -0700 Subject: mesa: remove unneeded #includes --- src/mesa/main/dlopen.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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__) -- cgit v1.2.3