diff options
Diffstat (limited to 'src/lib/cinema.cc')
| -rw-r--r-- | src/lib/cinema.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/cinema.cc b/src/lib/cinema.cc index 620236186..282f5427f 100644 --- a/src/lib/cinema.cc +++ b/src/lib/cinema.cc @@ -17,9 +17,9 @@ */ -#include <libxml++/libxml++.h> -#include <libcxml/cxml.h> #include "cinema.h" +#include <libcxml/cxml.h> +#include <libxml++/libxml++.h> using std::list; using boost::shared_ptr; |
