[Mesa-dev] [PATCH 3/4] graw: remove unneeded forward declaration of gallivm_state
Emil Velikov
emil.l.velikov at gmail.com
Mon Jan 16 16:25:43 UTC 2017
From: Emil Velikov <emil.velikov at collabora.com>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
src/gallium/auxiliary/draw/draw_private.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/gallium/auxiliary/draw/draw_private.h b/src/gallium/auxiliary/draw/draw_private.h
index 030bb2cece..ea1e9f9465 100644
--- a/src/gallium/auxiliary/draw/draw_private.h
+++ b/src/gallium/auxiliary/draw/draw_private.h
@@ -46,10 +46,6 @@
#include "tgsi/tgsi_scan.h"
-#ifdef HAVE_LLVM
-struct gallivm_state;
-#endif
-
/** Sum of frustum planes and user-defined planes */
#define DRAW_TOTAL_CLIP_PLANES (6 + PIPE_MAX_CLIP_PLANES)
--
2.11.0
More information about the mesa-dev
mailing list