diff options
author | José Fonseca <jfonseca@vmware.com> | 2010-02-02 16:09:56 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2010-02-02 16:09:56 +0000 |
commit | 25357696c3f253d44e83798e2a7e7f1f60c5adc5 (patch) | |
tree | f3417f35fbc0a535d76ad7210419b7b77177b47b /src/gallium/drivers/i915/i915_debug.h | |
parent | 2aaca1df9df6980ec88180c8866c8987b31db91a (diff) | |
download | external_mesa3d-25357696c3f253d44e83798e2a7e7f1f60c5adc5.zip external_mesa3d-25357696c3f253d44e83798e2a7e7f1f60c5adc5.tar.gz external_mesa3d-25357696c3f253d44e83798e2a7e7f1f60c5adc5.tar.bz2 |
gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple_screen.h
Diffstat (limited to 'src/gallium/drivers/i915/i915_debug.h')
-rw-r--r-- | src/gallium/drivers/i915/i915_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/i915_debug.h b/src/gallium/drivers/i915/i915_debug.h index dd9b86e..8f74847 100644 --- a/src/gallium/drivers/i915/i915_debug.h +++ b/src/gallium/drivers/i915/i915_debug.h @@ -72,7 +72,7 @@ void i915_print_ureg(const char *msg, unsigned ureg); #if defined(DEBUG) && defined(FILE_DEBUG_FLAG) -#include "pipe/internal/p_winsys_screen.h" +#include "util/u_simple_screen.h" static INLINE void I915_DBG( |