aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec_hr.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-09-04 02:23:18 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2017-12-31 12:20:59 +0100
commitba46856bb403a507977e4c699c90714c962463f9 (patch)
tree4cbca7d1f0fa584630eae9c6c9f975ac44c1f0eb /src/codec_hr.c
parent349219c14875705b8142d599f6af153d22a9a00e (diff)
benchmark: move benchmark impl to a private header
There is no need to expose the implementation details of both BENCHMARK_START and BENCHMARK_STOP macros via public header. This change moves them to a separate private header 'bench.h'.
Diffstat (limited to 'src/codec_hr.c')
-rw-r--r--src/codec_hr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/codec_hr.c b/src/codec_hr.c
index 7c1484e..ef66f57 100644
--- a/src/codec_hr.c
+++ b/src/codec_hr.c
@@ -21,6 +21,7 @@
#include <osmocom/gapk/codecs.h>
#include <osmocom/gapk/benchmark.h>
+#include <osmocom/gapk/bench.h>
#include "config.h"