diff --git a/include/glquake.h b/include/glquake.h index 9a7c2ce..c2c2195 100644 --- a/include/glquake.h +++ b/include/glquake.h @@ -41,7 +41,6 @@ #endif #include -#include #include "qtypes.h" #include "model.h" diff --git a/include/glquake2.h b/include/glquake2.h index 10212a7..398f3c6 100644 --- a/include/glquake2.h +++ b/include/glquake2.h @@ -35,7 +35,6 @@ #include #include -#include void GL_BeginRendering (int *x, int *y, int *width, int *height); void GL_EndRendering (void);