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/hash.c | |
parent | 94dc91d7ecdec4aadfbbe307dc598bb163af0c74 (diff) |
mesa: remove empty glthread.h file
Reviewed-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/mesa/main/hash.c')
-rw-r--r-- | src/mesa/main/hash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/hash.c b/src/mesa/main/hash.c index 06c1be4a639..4c92005e049 100644 --- a/src/mesa/main/hash.c +++ b/src/mesa/main/hash.c @@ -36,7 +36,6 @@ #include "glheader.h" #include "imports.h" -#include "glapi/glthread.h" #include "hash.h" #include "hash_table.h" |