diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-08-13 19:18:29 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-08-13 19:18:29 +0000 |
commit | 922fd3a2e568571171dfd64a94f804350829230f (patch) | |
tree | eb81c7537bd1806e3a8cf4a795898d87b82063bf | |
parent | f63f4b768cd5ec5bffd270e448e6e51b8ad67016 (diff) |
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/ChangeLog | 8 | ||||
-rw-r--r-- | GL/windows/glwindows.h | 2 |
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> |