diff options
Diffstat (limited to 'test/grab.c')
-rw-r--r-- | test/grab.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/grab.c b/test/grab.c index b0bd0ee..9f86069 100644 --- a/test/grab.c +++ b/test/grab.c @@ -2,7 +2,6 @@ #include <stdio.h> #include <stdlib.h> #include "uca.h" -#include "uca-cam.h" #define handle_error(errno) {if ((errno) != UCA_NO_ERROR) printf("error at <%s:%i>\n", \ __FILE__, __LINE__);} |