summaryrefslogtreecommitdiff
path: root/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'user.c')
-rw-r--r--user.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/user.c b/user.c
index dcd8bb8..755933a 100644
--- a/user.c
+++ b/user.c
@@ -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"