Mesa (master): mesa: remove unneeded #includes

Brian Paul brianp at kemper.freedesktop.org
Sun Feb 22 23:40:43 UTC 2009


Module: Mesa
Branch: master
Commit: c74992d840b7a8f7f50e778e692e40681aa166ca
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c74992d840b7a8f7f50e778e692e40681aa166ca

Author: Brian Paul <brianp at vmware.com>
Date:   Sun Feb 22 16:18:38 2009 -0700

mesa: remove unneeded #includes

---

 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 8bc83c0..0fc0c21 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__)




More information about the mesa-commit mailing list