summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nouveau_screen.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-02-26 10:54:05 -0700
committerBrian Paul <brianp@vmware.com>2010-02-26 10:54:05 -0700
commit5ed444a7a4e8f74100a3678c007ac120e8569229 (patch)
treea19deb7fa8b55c5880837af050c19b8886c5bd97 /src/gallium/drivers/nouveau/nouveau_screen.c
parentd9c65ddd52199469c49fc0d3ad90fedb9a69274d (diff)
gallium/nouveau: clean-up #includes
Diffstat (limited to 'src/gallium/drivers/nouveau/nouveau_screen.c')
-rw-r--r--src/gallium/drivers/nouveau/nouveau_screen.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_screen.c b/src/gallium/drivers/nouveau/nouveau_screen.c
index 81bc296ab4..3c2f771b51 100644
--- a/src/gallium/drivers/nouveau/nouveau_screen.c
+++ b/src/gallium/drivers/nouveau/nouveau_screen.c
@@ -1,9 +1,9 @@
-#include <pipe/p_defines.h>
-#include <pipe/p_screen.h>
-#include <pipe/p_state.h>
+#include "pipe/p_defines.h"
+#include "pipe/p_screen.h"
+#include "pipe/p_state.h"
-#include <util/u_memory.h>
-#include <util/u_inlines.h>
+#include "util/u_memory.h"
+#include "util/u_inlines.h"
#include <stdio.h>
#include <errno.h>