diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-03 10:30:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-03 10:30:31 +0000 |
| commit | 4d225c4772e160131c914258655492b9cb2e466b (patch) | |
| tree | 2e01359c8923ae68ff50d9c1e29c0c5cc7e4741b /src/openjpeg_image.h | |
| parent | 914bd98baa57c6f2c117e33b21a9ee3d25d0fdc2 (diff) | |
Trim openjpeg.h includes.
Diffstat (limited to 'src/openjpeg_image.h')
| -rw-r--r-- | src/openjpeg_image.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/openjpeg_image.h b/src/openjpeg_image.h index 9d6615a2..42cdb065 100644 --- a/src/openjpeg_image.h +++ b/src/openjpeg_image.h @@ -22,7 +22,9 @@ */ #include "util.h" -#include <openjpeg.h> + +struct opj_image; +typedef struct opj_image opj_image_t; namespace dcp { |
