From 45cd588f12f485d4b3a44b425dcbbcdec5f833db Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 27 Apr 2011 08:40:30 +0200 Subject: Users don't need uca-cam.h and uca-grabber.h anymore. --- test/benchmark.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/benchmark.c') 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 #include #include -#include "uca.h" -#include "uca-cam.h" +#include "uca.h" static __suseconds_t time_diff(struct timeval *start, struct timeval *stop) { -- cgit v1.2.3