diff options
author | José Fonseca <[email protected]> | 2009-02-01 10:27:54 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-02-01 10:28:16 +0000 |
commit | 4ad190c96f2ad4364537e700dcb381c9dceec35c (patch) | |
tree | 59a3214ea97299028eac51e72c0ccee397aa615a /src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c | |
parent | 969c728095e9a18036989f85610390c55ae61d5e (diff) |
pipebuffer: Drop (most of) pipe winsys stuff.
Diffstat (limited to 'src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c')
-rw-r--r-- | src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c index a741bae794f..26d9c24aec2 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c +++ b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c @@ -35,7 +35,6 @@ #include "pipe/p_compiler.h" #include "pipe/p_debug.h" -#include "pipe/internal/p_winsys_screen.h" #include "pipe/p_thread.h" #include "util/u_math.h" #include "util/u_memory.h" |