From 4898094229ecee8061896280afffbe74bae717e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Thu, 19 Sep 2019 16:43:18 +0800 Subject: Post content builder inline function --- request.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'request.h') diff --git a/request.h b/request.h index a523610..e67686c 100644 --- a/request.h +++ b/request.h @@ -1,14 +1,11 @@ #ifndef RTCLIENT_REQUEST_H #define RTCLIENT_REQUEST_H -#ifdef DEBUG -#ifdef ANDROID +#if defined(DEBUG) && defined(ANDROID) #include -#else -#include -#endif // ANDROID -#endif // DEBUG +#endif #include +#include #include extern CURL *curl; -- cgit v1.2.3