diff options
author | Chia-I Wu <[email protected]> | 2010-08-21 11:50:22 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-08-21 14:13:59 +0800 |
commit | 760451baaec42bced6ade5026546ed3759495d70 (patch) | |
tree | 8826e7528534ac10e97b06de836f3bd1b14c6158 /src/mapi/glapi/glthread.c | |
parent | 0eac4b8740d4434037677166f2339e894d4ebac4 (diff) |
glapi: Move public function/variable declarations to glapi.h.
glapi defines an interface that is used by DRI drivers. It must not be
changed in an ABI incompatible way. This commit moves all
functions/variables belong to the interface to glapi.h. Instead of
including u_current.h from glapi.h, u_current.h now includes glapi.h.
Diffstat (limited to 'src/mapi/glapi/glthread.c')
-rw-r--r-- | src/mapi/glapi/glthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/glthread.c b/src/mapi/glapi/glthread.c index 9dbc0e9a56f..00915380f97 100644 --- a/src/mapi/glapi/glthread.c +++ b/src/mapi/glapi/glthread.c @@ -1,4 +1,4 @@ -#include "glthread.h" +#include "glapi/glapi.h" unsigned long _glthread_GetID(void) |