projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84984b9
)
mesa: Remove duplicate include.
author
Mathias Fröhlich
<mathias.froehlich@web.de>
Sun, 14 Aug 2016 12:03:58 +0000
(14:03 +0200)
committer
Mathias Fröhlich
<mathias.froehlich@web.de>
Mon, 15 Aug 2016 05:10:39 +0000
(07:10 +0200)
In api_validate.c stdbool.h was included twice.
Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/main/api_validate.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/api_validate.c
b/src/mesa/main/api_validate.c
index ae3e118f426a084044646b4c5b1abf4454ee9353..384a8858e8baf95e62fe25115ad621c567d05db5 100644
(file)
--- a/
src/mesa/main/api_validate.c
+++ b/
src/mesa/main/api_validate.c
@@
-33,7
+33,6
@@
#include "enums.h"
#include "vbo/vbo.h"
#include "transformfeedback.h"
-#include <stdbool.h>
/**