diff options
author | Emil Velikov <[email protected]> | 2017-02-16 15:16:35 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-02-21 18:29:01 +0000 |
commit | 94b88c1c757e5d3a93a79d6227daaf834de063d9 (patch) | |
tree | 532eeccbbe2a19ee989b0180fc324dea1932b546 /src/mesa | |
parent | d5db27706c484727e50e62ea9c378ad9c762280c (diff) |
mesa/tests: remove unneeded extern C { #include foo } hack
The header itself (enums.h) is already properly annotated.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/tests/enum_strings.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/tests/enum_strings.cpp b/src/mesa/main/tests/enum_strings.cpp index 4d8d12fdf2b..1395ac8fb33 100644 --- a/src/mesa/main/tests/enum_strings.cpp +++ b/src/mesa/main/tests/enum_strings.cpp @@ -24,9 +24,7 @@ #include <gtest/gtest.h> #include <GL/gl.h> -extern "C" { #include "main/enums.h" -} struct enum_info { int value; |