summaryrefslogtreecommitdiff
path: root/src/util.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-02-02 22:33:27 +0000
committerCarl Hetherington <cth@carlh.net>2015-02-02 22:33:27 +0000
commit989f182558193a51e0a26603fb2ca59f827216a0 (patch)
tree7d2b2511967e5417838a4343341e5aa9d26cf2b8 /src/util.cc
parent0d7fe66361a40702cb97357955cf35256f1d2c26 (diff)
Remove Image and ARGBImage and just dump RGB data into
uint8_t* buffers. This is hopefully simpler than trying to come up with some Image hierarchy that suits everything.
Diffstat (limited to 'src/util.cc')
-rw-r--r--src/util.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.cc b/src/util.cc
index 89b563ae..044801b7 100644
--- a/src/util.cc
+++ b/src/util.cc
@@ -24,7 +24,6 @@
#include "util.h"
#include "exceptions.h"
#include "types.h"
-#include "argb_image.h"
#include "certificates.h"
#include "xyz_image.h"
#include "dcp_assert.h"