diff options
Diffstat (limited to 'test/benchmark.c')
-rw-r--r-- | test/benchmark.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/benchmark.c b/test/benchmark.c index ae7593a..7a6b6e0 100644 --- a/test/benchmark.c +++ b/test/benchmark.c @@ -5,9 +5,8 @@ #include <sys/time.h> #include <stdio.h> #include <stdlib.h> -#include "uca.h" -#include "uca-cam.h" +#include "uca.h" static __suseconds_t time_diff(struct timeval *start, struct timeval *stop) { |