diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2011-04-27 08:40:30 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2011-04-27 08:40:30 +0200 |
commit | 45cd588f12f485d4b3a44b425dcbbcdec5f833db (patch) | |
tree | 4a4405a9dcfc2a1118da5384613484830bc06f6b /test/grab-async.c | |
parent | bf265341fea65c31992497338eccfab5bfdf217f (diff) | |
download | libuca-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/grab-async.c')
-rw-r--r-- | test/grab-async.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/grab-async.c b/test/grab-async.c index a6e6e65..c4c270d 100644 --- a/test/grab-async.c +++ b/test/grab-async.c @@ -3,7 +3,6 @@ #include <stdlib.h> #include <unistd.h> #include "uca.h" -#include "uca-cam.h" struct image_props { uint32_t width; |