diff options
-rw-r--r-- | client.c | 1 | ||||
-rw-r--r-- | ticket.c | 8 | ||||
-rw-r--r-- | user.c | 8 |
3 files changed, 0 insertions, 17 deletions
@@ -1,5 +1,4 @@ #include <stdlib.h> -#include <string.h> #include "rtclient/request.h" #include "rtclient/rtclient.h" @@ -1,12 +1,4 @@ -#ifdef DEBUG -#ifdef ANDROID -#include <android/log.h> -#else -#include <stdio.h> -#endif // ANDROID -#endif // DEBUG #include <stdlib.h> -#include <string.h> #include "rtclient/request.h" #include "rtclient/ticket.h" @@ -1,12 +1,4 @@ -#ifdef DEBUG -#ifdef ANDROID -#include <android/log.h> -#else -#include <stdio.h> -#endif // ANDROID -#endif // DEBUG #include <stdlib.h> -#include <string.h> #include "rtclient/request.h" #include "rtclient/user.h" |