Skip to content

Commit 1cdbb2e

Browse files
committed
move two include instructions
1 parent 0d590e5 commit 1cdbb2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/restclient-cpp/restclient.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
#ifndef INCLUDE_RESTCLIENT_H_
1010
#define INCLUDE_RESTCLIENT_H_
1111

12-
#include <curl/curl.h>
1312
#include <string>
1413
#include <map>
1514
#include <cstdlib>
16-
#include "meta.h"
1715
#include <algorithm>
1816

1917
class RestClient

source/restclient.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
INCLUDES
99
========================*/
1010
#include "restclient-cpp/restclient.h"
11+
#include "restclient-cpp/meta.h"
1112

13+
#include <curl/curl.h>
1214
#include <cstring>
1315
#include <string>
1416
#include <iostream>

0 commit comments

Comments
 (0)