[Mesa-dev] [PATCH 10/10] fixup! automake: nir: add a C++ compile time test
Emil Velikov
emil.l.velikov at gmail.com
Wed Oct 7 03:11:37 PDT 2015
Remove the headers not meant for direct consumption.
Note: Explicitly kept as separate to illustrate the issues and the
compiler output. Will be squashed before pushing.
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
src/glsl/nir/tests/cpp_test.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/glsl/nir/tests/cpp_test.cpp b/src/glsl/nir/tests/cpp_test.cpp
index 1eb1983..905807a 100644
--- a/src/glsl/nir/tests/cpp_test.cpp
+++ b/src/glsl/nir/tests/cpp_test.cpp
@@ -3,9 +3,7 @@
#include "nir_vla.h"
#include "nir_types.h"
#include "nir_search.h"
-#include "nir_intrinsics.h"
#include "nir_constant_expressions.h"
-#include "nir_builder_opcodes.h"
#include "nir_builder.h"
#include "nir_array.h"
#include "nir.h"
--
2.5.0
More information about the mesa-dev
mailing list