summaryrefslogtreecommitdiff
path: root/tests/unit
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-12-03 13:26:30 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-12-03 13:26:30 +0000
commit59aa37fe2bfed224e465382e84a9170d9d73377a (patch)
tree821812416e57c50a0d3e3bd4a8280985e7ea030c /tests/unit
parent0adb43f06e9c1517f1f72a4e596a247a5817d048 (diff)
[trunk] move typedef from opj_stdint.h to openjpeg.h and add an include of stdio.h in openjpeg.h. Fixes issue 197
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/testempty0.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/testempty0.c b/tests/unit/testempty0.c
index 7fbb9d44..8edd2a6c 100644
--- a/tests/unit/testempty0.c
+++ b/tests/unit/testempty0.c
@@ -1,5 +1,3 @@
-#include <stdio.h>
-
#include "openjpeg.h"
int main(int argc, char **argv) { return 0; }