summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-03-05 13:47:13 +0000
committerCarl Hetherington <cth@carlh.net>2016-03-05 13:47:13 +0000
commitbc7089956cefc9f8528918f8a5d48174ab680f13 (patch)
tree483baaabeaf361946f68a0813c88c1e0d79615a7
parentc8938a37429c914b77663328b6cff881be608775 (diff)
Remove some unnecessary includes.
-rw-r--r--src/mono_picture_frame.cc1
-rw-r--r--src/picture_asset.cc1
-rw-r--r--src/stereo_picture_frame.cc1
-rw-r--r--src/util.cc1
-rw-r--r--test/bench.cc2
5 files changed, 1 insertions, 5 deletions
diff --git a/src/mono_picture_frame.cc b/src/mono_picture_frame.cc
index 143d447c..14dff7ac 100644
--- a/src/mono_picture_frame.cc
+++ b/src/mono_picture_frame.cc
@@ -30,7 +30,6 @@
#include "AS_DCP.h"
#include "compose.hpp"
#include "j2k.h"
-#include <openjpeg.h>
using std::string;
using boost::shared_ptr;
diff --git a/src/picture_asset.cc b/src/picture_asset.cc
index 4f680c60..8e7a1066 100644
--- a/src/picture_asset.cc
+++ b/src/picture_asset.cc
@@ -28,7 +28,6 @@
#include "KM_fileio.h"
#include "j2k.h"
#include <libxml++/nodes/element.h>
-#include <openjpeg.h>
#include <boost/filesystem.hpp>
#include <list>
#include <stdexcept>
diff --git a/src/stereo_picture_frame.cc b/src/stereo_picture_frame.cc
index 5a90e0a1..49a82861 100644
--- a/src/stereo_picture_frame.cc
+++ b/src/stereo_picture_frame.cc
@@ -26,7 +26,6 @@
#include "KM_fileio.h"
#include "compose.hpp"
#include "j2k.h"
-#include <openjpeg.h>
using std::string;
using boost::shared_ptr;
diff --git a/src/util.cc b/src/util.cc
index b9c21dc5..787b9562 100644
--- a/src/util.cc
+++ b/src/util.cc
@@ -31,7 +31,6 @@
#include "KM_util.h"
#include "KM_fileio.h"
#include "AS_DCP.h"
-#include <openjpeg.h>
#include <xmlsec/xmldsig.h>
#include <xmlsec/dl.h>
#include <xmlsec/app.h>
diff --git a/test/bench.cc b/test/bench.cc
index de8c4369..44d1b6de 100644
--- a/test/bench.cc
+++ b/test/bench.cc
@@ -23,9 +23,9 @@
#include "version.h"
#include "j2k.h"
#include "openjpeg_image.h"
-#include <openjpeg.h>
#include <sys/time.h>
#include <iostream>
+#include <cstdio>
using std::cout;
using std::cerr;