diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 10:54:32 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 10:54:32 +0800 |
commit | eb1c39955d8c32722ffee749de65b583f9bbc0a5 (patch) | |
tree | ddf31d9b67b6b9e85434465f3e8938fd54ad5066 /user.c | |
parent | c8af880ca043197593e30ed95eacaa3d199916ac (diff) |
Remove header inclusions which are already in request.h
Diffstat (limited to 'user.c')
-rw-r--r-- | user.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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" |