diff options
author | Brian Paul <brianp@vmware.com> | 2009-02-05 08:23:00 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-02-05 08:23:00 -0700 |
commit | 099e9d20f0e8f5ee108e4fbb4bf7cae97b5f9a4a (patch) | |
tree | 2d0c0e2c65a34701049c0120b3ac34f88250fb9c /src/gallium/include/pipe | |
parent | 0703b2e9ad9ef9d05f7ba53b93dba780ad34b47d (diff) |
gallium: fixup #includes: p_screen.h does not need anything in p_state.h
Diffstat (limited to 'src/gallium/include/pipe')
-rw-r--r-- | src/gallium/include/pipe/p_screen.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_screen.h b/src/gallium/include/pipe/p_screen.h index 64ab71ce43..17d1548253 100644 --- a/src/gallium/include/pipe/p_screen.h +++ b/src/gallium/include/pipe/p_screen.h @@ -39,7 +39,8 @@ #include "pipe/p_compiler.h" -#include "pipe/p_state.h" +#include "pipe/p_format.h" +#include "pipe/p_defines.h" @@ -51,6 +52,7 @@ extern "C" { /** Opaque type */ struct pipe_fence_handle; struct pipe_winsys; +struct pipe_buffer; /** |