summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-08-13 19:18:29 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-08-13 19:18:29 +0000
commit922fd3a2e568571171dfd64a94f804350829230f (patch)
treeeb81c7537bd1806e3a8cf4a795898d87b82063bf
parentf63f4b768cd5ec5bffd270e448e6e51b8ad67016 (diff)
downloadxserver-922fd3a2e568571171dfd64a94f804350829230f.tar.gz
Added $(MESASRCDIR)/src/mesa/glapi to INCLUDES. Removed $(SERVERSRC)/mi
from INCLUDES. Rearranged INCLUDES for better readability. Removed mipointrst.h and miscstruct.h from #include since they are not used anymore.
-rw-r--r--GL/windows/ChangeLog8
-rw-r--r--GL/windows/glwindows.h2
2 files changed, 8 insertions, 2 deletions
diff --git a/GL/windows/ChangeLog b/GL/windows/ChangeLog
index 2b049ee73..9732e8c86 100644
--- a/GL/windows/ChangeLog
+++ b/GL/windows/ChangeLog
@@ -1,3 +1,11 @@
+2004-08-13 Alexander Gottwald <ago@freedesktop.org>
+
+ * Imakefile: Added $(MESASRCDIR)/src/mesa/glapi to INCLUDES.
+ Removed $(SERVERSRC)/mi from INCLUDES.
+ Rearranged INCLUDES for better readability.
+ * glwindows.h: Removed mipointrst.h and miscstruct.h from #include
+ since they are not used anymore.
+
2004-05-27 Alexander Gottwald <ago@freedesktop.org>
* glwindows.h: write current function and line in debug output
diff --git a/GL/windows/glwindows.h b/GL/windows/glwindows.h
index 4fe6d314b..aa984099c 100644
--- a/GL/windows/glwindows.h
+++ b/GL/windows/glwindows.h
@@ -4,8 +4,6 @@
#include <glxserver.h>
#include <glxext.h>
-#include <mipointrst.h>
-#include <miscstruct.h>
#include <windowstr.h>
#include <resource.h>
#include <GL/glxint.h>