diff options
author | Luca Barbieri <[email protected]> | 2010-02-23 17:33:14 +0100 |
---|---|---|
committer | Luca Barbieri <[email protected]> | 2010-04-12 12:21:25 +0200 |
commit | f647f46e03a755ac9058cd8abac13802aa7739cf (patch) | |
tree | b22b3b1b55c0cfcec09bb60abfcb16bbf016ca51 | |
parent | 330925d9118120863f5e76e01fdfa1a1f44be2b1 (diff) |
nvfx: remove #include "nouveau_stateobj.h"
No longer used, finally!
-rw-r--r-- | src/gallium/drivers/nvfx/nvfx_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvfx/nvfx_context.h b/src/gallium/drivers/nvfx/nvfx_context.h index 9d4489da53d..fea05ac81ab 100644 --- a/src/gallium/drivers/nvfx/nvfx_context.h +++ b/src/gallium/drivers/nvfx/nvfx_context.h @@ -16,7 +16,6 @@ #include "nouveau/nouveau_winsys.h" #include "nouveau/nouveau_gldefs.h" -#include "nouveau/nouveau_stateobj.h" #include "nvfx_state.h" |