diff options
author | Vinson Lee <[email protected]> | 2010-08-27 00:15:04 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-27 00:15:04 -0700 |
commit | 43ed82bdb2feddd38884514dc00c348d7f1ec0f9 (patch) | |
tree | 89a0e1642559b0273dcc29344a735902312ca487 /src/gallium/include | |
parent | 1b83ede8cc68c01eaade6ceffab00cef5a1fb2df (diff) |
gallium: Remove unnecessary header from p_format.h.
Remove p_compiler.h.
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | 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 436c3f627a8..06412f4894c 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 |