gallium: Clean up header file inclusion in p_defines.h.
authorVinson Lee <vlee@vmware.com>
Thu, 26 Aug 2010 08:30:07 +0000 (01:30 -0700)
committerVinson 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

index 35eccf1c907683048b95a9661558dee84d502428..627b5ae53807ebcf470d2ad997e91a08fcdaebd5 100644 (file)
@@ -28,7 +28,7 @@
 #ifndef PIPE_DEFINES_H
 #define PIPE_DEFINES_H
 
-#include "p_format.h"
+#include "p_compiler.h"
 
 #ifdef __cplusplus
 extern "C" {