diff options
author | Ben Skeggs <[email protected]> | 2008-09-11 06:41:18 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-09-11 06:41:18 +1000 |
commit | f302fca5eb63e4bca8af5b35c585451486143e6a (patch) | |
tree | 053ee664e1574413a4dbed13f27aa401fb3d299c /src/gallium/drivers/nv30/nv30_context.c | |
parent | 7158203b081ad34c03382f07e0df748eae235e9b (diff) |
nouveau: gallium directory structure changed again..
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_context.c')
-rw-r--r-- | src/gallium/drivers/nv30/nv30_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv30/nv30_context.c b/src/gallium/drivers/nv30/nv30_context.c index eefc614e5b5..2bff28aca9c 100644 --- a/src/gallium/drivers/nv30/nv30_context.c +++ b/src/gallium/drivers/nv30/nv30_context.c @@ -1,7 +1,6 @@ #include "draw/draw_context.h" #include "pipe/p_defines.h" #include "pipe/p_winsys.h" -#include "pipe/p_util.h" #include "nv30_context.h" #include "nv30_screen.h" |