diff options
author | José Fonseca <[email protected]> | 2010-02-02 16:09:56 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-02-02 16:09:56 +0000 |
commit | 25357696c3f253d44e83798e2a7e7f1f60c5adc5 (patch) | |
tree | f3417f35fbc0a535d76ad7210419b7b77177b47b /src/gallium/winsys/gdi | |
parent | 2aaca1df9df6980ec88180c8866c8987b31db91a (diff) |
gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple_screen.h
Diffstat (limited to 'src/gallium/winsys/gdi')
-rw-r--r-- | src/gallium/winsys/gdi/gdi_softpipe_winsys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/gdi/gdi_softpipe_winsys.c b/src/gallium/winsys/gdi/gdi_softpipe_winsys.c index 4db9776280b..36bf867f193 100644 --- a/src/gallium/winsys/gdi/gdi_softpipe_winsys.c +++ b/src/gallium/winsys/gdi/gdi_softpipe_winsys.c @@ -38,7 +38,7 @@ #include <windows.h> -#include "pipe/internal/p_winsys_screen.h" +#include "util/u_simple_screen.h" #include "pipe/p_format.h" #include "pipe/p_context.h" #include "util/u_inlines.h" |