summaryrefslogtreecommitdiff
path: root/benchmark/include/mbgl/benchmark.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/include/mbgl/benchmark.hpp')
-rw-r--r--benchmark/include/mbgl/benchmark.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/benchmark/include/mbgl/benchmark.hpp b/benchmark/include/mbgl/benchmark.hpp
index f68c847a74..1a9904de51 100644
--- a/benchmark/include/mbgl/benchmark.hpp
+++ b/benchmark/include/mbgl/benchmark.hpp
@@ -1,9 +1,7 @@
#pragma once
-#include <mbgl/util/util.hpp>
-
namespace mbgl {
-MBGL_EXPORT int runBenchmark(int argc, char* argv[]);
+int runBenchmark(int argc, char* argv[]);
} // namespace mbgl