Project

General

Profile

Patch #1012 » http_2.patch

Thomas Beutlich, 02 Jan 2015 19:23

View differences:

include/exiv2/exiv2.hpp (working copy)
45 45
#include "gifimage.hpp"
46 46
#include "image.hpp"
47 47
#include "iptc.hpp"
48
#include "http.hpp"
49 48
#include "jp2image.hpp"
50 49
#include "jpgimage.hpp"
51 50
#include "metadatum.hpp"
include/exiv2/http.hpp (working copy)
5 5
#include <map>
6 6
#include <algorithm>
7 7

  
8
#include <exiv2/exiv2.hpp>
8
#include "exiv2.hpp"
9 9

  
10 10
namespace Exiv2 {
11 11
    typedef std::map<std::string,std::string> dict_t;
src/http.cpp (working copy)
26 26
// included header files
27 27
#include "config.h"
28 28

  
29
#include "exiv2.hpp"
29
#include "http.hpp"
30 30

  
31 31
#include <sys/types.h>
32 32
#include <stdio.h>
(2-2/2)