diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-09 17:05:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-09 17:05:26 +0100 |
| commit | 63f506966cc4e9c459b3bcb430a11481f9d3a24a (patch) | |
| tree | cdaf50ec415c57940dccbd4ba35c091e33303cc2 /src/lib/image_decoder.cc | |
| parent | 424f9d0c70ff0832da0509776da939b2f855cdc1 (diff) | |
Split up image_proxy.{cc,h}
Diffstat (limited to 'src/lib/image_decoder.cc')
| -rw-r--r-- | src/lib/image_decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image_decoder.cc b/src/lib/image_decoder.cc index d3cdbd6f1..8702c1a33 100644 --- a/src/lib/image_decoder.cc +++ b/src/lib/image_decoder.cc @@ -23,7 +23,7 @@ #include "image_content.h" #include "image_decoder.h" #include "image.h" -#include "image_proxy.h" +#include "magick_image_proxy.h" #include "film.h" #include "exceptions.h" |
