summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/tests/enum_strings.cpp2
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;