From d54b8cbdeb4eb92d3a43051748140891353b3462 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Sat, 3 Jan 2015 10:18:36 +0000 Subject: [PATCH] #1012. Thank You, Thomas for the patch. --- include/exiv2/exiv2.hpp | 1 - include/exiv2/http.hpp | 2 +- src/http.cpp | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/include/exiv2/exiv2.hpp b/include/exiv2/exiv2.hpp index f1bc88f6..01884b5b 100644 --- a/include/exiv2/exiv2.hpp +++ b/include/exiv2/exiv2.hpp @@ -45,7 +45,6 @@ #include "gifimage.hpp" #include "image.hpp" #include "iptc.hpp" -#include "http.hpp" #include "jp2image.hpp" #include "jpgimage.hpp" #include "metadatum.hpp" diff --git a/include/exiv2/http.hpp b/include/exiv2/http.hpp index 44316800..b004d06a 100644 --- a/include/exiv2/http.hpp +++ b/include/exiv2/http.hpp @@ -5,7 +5,7 @@ #include #include -#include +#include "exiv2.hpp" namespace Exiv2 { typedef std::map dict_t; diff --git a/src/http.cpp b/src/http.cpp index 08478544..0b9a0068 100644 --- a/src/http.cpp +++ b/src/http.cpp @@ -26,7 +26,7 @@ // included header files #include "config.h" -#include "exiv2.hpp" +#include "http.hpp" #include #include