diff options
author | Brian Paul <[email protected]> | 2014-03-01 10:40:24 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-03-03 13:08:59 -0700 |
commit | db806cacfd8d91e9da5614e1be6e050bc318ec6a (patch) | |
tree | ec81c69ebabb01d41b78521b09692b470b438683 /src/mesa/main/errors.c | |
parent | 94dc91d7ecdec4aadfbbe307dc598bb163af0c74 (diff) |
mesa: remove empty glthread.h file
Reviewed-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/mesa/main/errors.c')
-rw-r--r-- | src/mesa/main/errors.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/errors.c b/src/mesa/main/errors.c index 603dfc9efba..ca73a6686d2 100644 --- a/src/mesa/main/errors.c +++ b/src/mesa/main/errors.c @@ -37,7 +37,6 @@ #include "mtypes.h" #include "version.h" #include "hash_table.h" -#include "glapi/glthread.h" #define MESSAGE_LOG 1 #define MESSAGE_LOG_ARB 2 |