summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_screen.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-01-14 12:51:47 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-01 23:30:23 -0800
commit4ce81294943177eed99d7418f1a2f88573b578fe (patch)
tree2cef12a6c94cb8ab4caa8c3e39396f1c24243329 /src/gallium/drivers/r300/r300_screen.h
parent21a5a133fff3ab1a068a11a32144dcb63f1d5020 (diff)
r300: Fix errant inlines.
This should unbreak dynamic loading.
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen.h')
-rw-r--r--src/gallium/drivers/r300/r300_screen.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_screen.h b/src/gallium/drivers/r300/r300_screen.h
index 36fc5aa67d..a1b97f218e 100644
--- a/src/gallium/drivers/r300/r300_screen.h
+++ b/src/gallium/drivers/r300/r300_screen.h
@@ -23,11 +23,10 @@
#ifndef R300_SCREEN_H
#define R300_SCREEN_H
+#include "pipe/p_inlines.h"
#include "pipe/p_screen.h"
#include "util/u_memory.h"
-#include "r300_context.h"
-
struct r300_screen {
/* Parent class */
struct pipe_screen screen;