diff options
author | Vinson Lee <[email protected]> | 2010-08-28 22:15:37 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-28 22:15:37 -0700 |
commit | 182d6350609408fa167d4a76ad02cdb93f10dcdd (patch) | |
tree | 5850b13867acad7ea683344011baf07bb5c55583 /src | |
parent | 1fc396204b5676d7ebdbc20089d6442ab3dbcef4 (diff) |
gallium: Remove unnecessary header from p_state.h.
Remove p_screen.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/include/pipe/p_state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 0f1a44cde42..9a2b31da50d 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -43,7 +43,6 @@ #include "p_compiler.h" #include "p_defines.h" #include "p_format.h" -#include "p_screen.h" #ifdef __cplusplus |