summaryrefslogtreecommitdiffstats
path: root/test/benchmark.c
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-04-27 08:40:30 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-04-27 08:40:30 +0200
commit45cd588f12f485d4b3a44b425dcbbcdec5f833db (patch)
tree4a4405a9dcfc2a1118da5384613484830bc06f6b /test/benchmark.c
parentbf265341fea65c31992497338eccfab5bfdf217f (diff)
downloadlibuca-45cd588f12f485d4b3a44b425dcbbcdec5f833db.tar.gz
libuca-45cd588f12f485d4b3a44b425dcbbcdec5f833db.tar.bz2
libuca-45cd588f12f485d4b3a44b425dcbbcdec5f833db.tar.xz
libuca-45cd588f12f485d4b3a44b425dcbbcdec5f833db.zip
Users don't need uca-cam.h and uca-grabber.h anymore.
Diffstat (limited to 'test/benchmark.c')
-rw-r--r--test/benchmark.c3
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)
{