diff options
author | Felipe Contreras <felipe.contreras@nokia.com> | 2008-06-05 16:11:22 +0000 |
---|---|---|
committer | Felipe Contreras <felipe.contreras@nokia.com> | 2008-06-05 16:11:22 +0000 |
commit | 5cfb4818f428cde8adcdfc805c1ac2d4f5b23083 (patch) | |
tree | b68a14e64da1fb38628dc2f668d94964c77b7784 /tests | |
parent | ac3b946944274b28ba6645184e86b87a693d105f (diff) |
Cleanups in dummy libomxil.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/standalone/core.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/standalone/core.c b/tests/standalone/core.c index ca40b9e..4e8080e 100644 --- a/tests/standalone/core.c +++ b/tests/standalone/core.c @@ -1,18 +1,10 @@ #include <OMX_Core.h> #include <OMX_Component.h> -#if 0 -#include "stdio.h" -#endif -#include "stdlib.h" -#include "string.h" - #include <glib.h> #include "async_queue.h" -#define MIN(a, b) (((a) < (b)) ? (a) : (b)) - static void *foo_thread (void *cb_data); OMX_ERRORTYPE |