Mesa (master): gallium: Remove unnecessary header from p_format.h.

Vinson Lee vlee at kemper.freedesktop.org
Fri Aug 27 07:15:43 UTC 2010


Module: Mesa
Branch: master
Commit: 43ed82bdb2feddd38884514dc00c348d7f1ec0f9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=43ed82bdb2feddd38884514dc00c348d7f1ec0f9

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Aug 27 00:15:04 2010 -0700

gallium: Remove unnecessary header from p_format.h.

Remove p_compiler.h.

---

 src/gallium/include/pipe/p_format.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/gallium/include/pipe/p_format.h b/src/gallium/include/pipe/p_format.h
index 436c3f6..06412f4 100644
--- a/src/gallium/include/pipe/p_format.h
+++ b/src/gallium/include/pipe/p_format.h
@@ -29,8 +29,6 @@
 #ifndef PIPE_FORMAT_H
 #define PIPE_FORMAT_H
 
-#include "p_compiler.h"
-
 #ifdef __cplusplus
 extern "C" {
 #endif




More information about the mesa-commit mailing list