From f2a247fb625bc2b0575ce016b53d20aa853cc3b0 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Fri, 2 Jan 2015 09:05:37 +0000 Subject: [PATCH] #1012. Thank you, Thomas, for reporting this a providing the patch. --- include/exiv2/http.hpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/include/exiv2/http.hpp b/include/exiv2/http.hpp index 84cf51aa..88c0c33b 100644 --- a/include/exiv2/http.hpp +++ b/include/exiv2/http.hpp @@ -1,12 +1,10 @@ -#ifndef HTTP_H_ -#define HTTP_H_ +#ifndef HTTP_HPP_ +#define HTTP_HPP_ #include #include #include -#include - namespace Exiv2 { typedef std::map dict_t; typedef dict_t::iterator dict_i; @@ -15,5 +13,3 @@ namespace Exiv2 { } #endif - -