diff options
author | Ian Romanick <[email protected]> | 2005-04-14 20:35:33 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-04-14 20:35:33 +0000 |
commit | f434e07a6ac849cd127d70eee8b3349da7cfb360 (patch) | |
tree | 5ae4a7ad8ff554dfa485e88b8ec7e557ccf9f773 /src | |
parent | 369404299c6e23ee0cc4b572c95e5533314064d7 (diff) |
Add missing includes of indirect.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/glx/x11/clientattrib.c | 1 | ||||
-rw-r--r-- | src/glx/x11/glx_texture_compression.c | 1 | ||||
-rw-r--r-- | src/glx/x11/pixelstore.c | 1 | ||||
-rw-r--r-- | src/glx/x11/renderpix.c | 1 | ||||
-rw-r--r-- | src/glx/x11/single2.c | 1 | ||||
-rw-r--r-- | src/glx/x11/singlepix.c | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/src/glx/x11/clientattrib.c b/src/glx/x11/clientattrib.c index 9cfb3c9c39f..bfb263ced14 100644 --- a/src/glx/x11/clientattrib.c +++ b/src/glx/x11/clientattrib.c @@ -36,6 +36,7 @@ #include <assert.h> #include "glxclient.h" +#include "indirect.h" #include "indirect_vertex_array.h" /*****************************************************************************/ diff --git a/src/glx/x11/glx_texture_compression.c b/src/glx/x11/glx_texture_compression.c index 965c75e7882..56768580177 100644 --- a/src/glx/x11/glx_texture_compression.c +++ b/src/glx/x11/glx_texture_compression.c @@ -34,6 +34,7 @@ #include "packrender.h" #include "packsingle.h" +#include "indirect.h" #include <assert.h> diff --git a/src/glx/x11/pixelstore.c b/src/glx/x11/pixelstore.c index 61a282a3e2f..0727865f09e 100644 --- a/src/glx/x11/pixelstore.c +++ b/src/glx/x11/pixelstore.c @@ -35,6 +35,7 @@ */ #include "glxclient.h" +#include "indirect.h" /* ** Specify parameters that control the storage format of pixel arrays. diff --git a/src/glx/x11/renderpix.c b/src/glx/x11/renderpix.c index 9b7d3db93ca..b7d01dc6795 100644 --- a/src/glx/x11/renderpix.c +++ b/src/glx/x11/renderpix.c @@ -60,6 +60,7 @@ */ #include "packrender.h" +#include "indirect.h" /** * Send a large image to the server. If necessary, a buffer is allocated diff --git a/src/glx/x11/single2.c b/src/glx/x11/single2.c index 6db879f69a4..1c3b8f08ee2 100644 --- a/src/glx/x11/single2.c +++ b/src/glx/x11/single2.c @@ -39,6 +39,7 @@ #include "glxclient.h" #include "packsingle.h" #include "glxextensions.h" +#include "indirect.h" #include "indirect_vertex_array.h" /* Used for GL_ARB_transpose_matrix */ diff --git a/src/glx/x11/singlepix.c b/src/glx/x11/singlepix.c index a9afe62f5bd..4a10083b8fe 100644 --- a/src/glx/x11/singlepix.c +++ b/src/glx/x11/singlepix.c @@ -35,6 +35,7 @@ */ #include "packsingle.h" +#include "indirect.h" void __indirect_glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) |