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 - -