Skip to content

Commit

Permalink
Merge pull request #17 from lucklove/master
Browse files Browse the repository at this point in the history
move two include instructions to source file to avoid macro pollution
  • Loading branch information
mrtazz committed Jul 11, 2015
2 parents d3eb0cf + 504f6fc commit c300091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/restclient-cpp/restclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
#ifndef INCLUDE_RESTCLIENT_H_
#define INCLUDE_RESTCLIENT_H_

#include <curl/curl.h>
#include <string>
#include <map>
#include <cstdlib>
#include "meta.h"
#include <algorithm>

class RestClient
Expand Down
2 changes: 2 additions & 0 deletions source/restclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
INCLUDES
========================*/
#include "restclient-cpp/restclient.h"
#include "restclient-cpp/meta.h"

#include <curl/curl.h>
#include <cstring>
#include <string>
#include <iostream>
Expand Down

0 comments on commit c300091

Please sign in to comment.