diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-26 16:57:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-26 18:00:33 +0100 |
| commit | 14e4bc18e65378332604016bd6239861a083d5bf (patch) | |
| tree | 25690f8840fb49c808e8106c848e1891c6759ab6 /src/lib/image_content.cc | |
| parent | dbf43f9113d88245f27493fd5d6950ba142b7f1f (diff) | |
Include tidying src/lib/a-j*.h
Diffstat (limited to 'src/lib/image_content.cc')
| -rw-r--r-- | src/lib/image_content.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/image_content.cc b/src/lib/image_content.cc index 87aa1d66d..37aa7cbc1 100644 --- a/src/lib/image_content.cc +++ b/src/lib/image_content.cc @@ -17,7 +17,6 @@ */ -#include <libcxml/cxml.h> #include "image_content.h" #include "image_examiner.h" #include "compose.hpp" @@ -26,6 +25,8 @@ #include "frame_rate_change.h" #include "exceptions.h" #include "safe_stringstream.h" +#include <libcxml/cxml.h> +#include <libxml++/libxml++.h> #include "i18n.h" |
