Use other include type

pull/1/merge
Daniel Richman 2012-09-04 01:25:23 +01:00
rodzic 9a7dbd8f6f
commit 8a2e0891ad
8 zmienionych plików z 8 dodań i 8 usunięć

Wyświetl plik

@ -3,12 +3,12 @@
#ifndef HABITAT_COUCHDB_H
#define HABITAT_COUCHDB_H
#include <jsoncpp.h>
#include <string>
#include <iostream>
#include <deque>
#include <stdexcept>
#include <curl/curl.h>
#include "jsoncpp.h"
#include "EZ.h"

Wyświetl plik

@ -4,7 +4,7 @@
#define HABITAT_EXTRACTOR_H
#include <vector>
#include <jsoncpp.h>
#include "jsoncpp.h"
#include "UploaderThread.h"
#include "EZ.h"

Wyświetl plik

@ -1,13 +1,13 @@
/* Copyright 2011 (C) Daniel Richman. License: GNU GPL 3; see COPYING. */
#include "UKHASExtractor.h"
#include <jsoncpp.h>
#include <stdexcept>
#include <string>
#include <sstream>
#include <algorithm>
#include <stdio.h>
#include <stdint.h>
#include "jsoncpp.h"
using namespace std;

Wyświetl plik

@ -7,7 +7,7 @@
#include <string>
#include <vector>
#include <stdexcept>
#include <jsoncpp.h>
#include "jsoncpp.h"
#include "EZ.h"
#include "CouchDB.h"

Wyświetl plik

@ -6,7 +6,7 @@
#include "EZ.h"
#include "Uploader.h"
#include <memory>
#include <jsoncpp.h>
#include "jsoncpp.h"
using namespace std;

Wyświetl plik

@ -2,9 +2,9 @@
#include <iostream>
#include <stdexcept>
#include <jsoncpp.h>
#include <memory>
#include "jsoncpp.h"
#include "Extractor.h"
#include "UKHASExtractor.h"

Wyświetl plik

@ -38,7 +38,7 @@ public:
#include <iostream>
#include <string>
#include <algorithm>
#include <jsoncpp.h>
#include "jsoncpp.h"
namespace habitat {

Wyświetl plik

@ -2,9 +2,9 @@
#include <iostream>
#include <stdexcept>
#include <jsoncpp.h>
#include <ctime>
#include "jsoncpp.h"
#include "RFC3339.h"
using namespace std;