projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81ac08f
)
gallium: Clean up header file inclusion in p_defines.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 08:30:07 +0000
(
01:30
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 08:30:50 +0000
(
01:30
-0700)
Remove p_format.h.
Include p_compiler.h for boolean and uint64_t symbols.
src/gallium/include/pipe/p_defines.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_defines.h
b/src/gallium/include/pipe/p_defines.h
index 35eccf1c907683048b95a9661558dee84d502428..627b5ae53807ebcf470d2ad997e91a08fcdaebd5 100644
(file)
--- a/
src/gallium/include/pipe/p_defines.h
+++ b/
src/gallium/include/pipe/p_defines.h
@@
-28,7
+28,7
@@
#ifndef PIPE_DEFINES_H
#define PIPE_DEFINES_H
-#include "p_
format
.h"
+#include "p_
compiler
.h"
#ifdef __cplusplus
extern "C" {