summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_context.c
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-02-02 16:09:56 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-02-02 16:09:56 +0000
commit25357696c3f253d44e83798e2a7e7f1f60c5adc5 (patch)
treef3417f35fbc0a535d76ad7210419b7b77177b47b /src/gallium/drivers/nv50/nv50_context.c
parent2aaca1df9df6980ec88180c8866c8987b31db91a (diff)
gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple_screen.h
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_context.c')
-rw-r--r--src/gallium/drivers/nv50/nv50_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_context.c b/src/gallium/drivers/nv50/nv50_context.c
index 5c705ccc8f1..ac1abc1d5cc 100644
--- a/src/gallium/drivers/nv50/nv50_context.c
+++ b/src/gallium/drivers/nv50/nv50_context.c
@@ -22,7 +22,7 @@
#include "draw/draw_context.h"
#include "pipe/p_defines.h"
-#include "pipe/internal/p_winsys_screen.h"
+#include "util/u_simple_screen.h"
#include "nv50_context.h"
#include "nv50_screen.h"