summaryrefslogtreecommitdiffstatshomepage
path: root/benchmarks/eminline_native.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/eminline_native.cpp')
-rw-r--r--benchmarks/eminline_native.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/benchmarks/eminline_native.cpp b/benchmarks/eminline_native.cpp
index 07bfa02bb1d..9402532fddb 100644
--- a/benchmarks/eminline_native.cpp
+++ b/benchmarks/eminline_native.cpp
@@ -1,8 +1,6 @@
-// license:BSD-3-Clause
-// copyright-holders:Miodrag Milanovic
-
#include "benchmark/benchmark_api.h"
#include "osdcomm.h"
+#include "osdcore.h"
#include "eminline.h"
static void BM_count_leading_zeros_native(benchmark::State& state) {
UINT32 cnt = 0x332533;