summaryrefslogtreecommitdiff
path: root/user.c
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-14 10:54:32 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-14 10:54:32 +0800
commiteb1c39955d8c32722ffee749de65b583f9bbc0a5 (patch)
treeddf31d9b67b6b9e85434465f3e8938fd54ad5066 /user.c
parentc8af880ca043197593e30ed95eacaa3d199916ac (diff)
Remove header inclusions which are already in request.h
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"