summaryrefslogtreecommitdiff
path: root/rtclient/rtclient.h
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-14 09:12:21 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-14 09:12:21 +0800
commit90b308e8122c1c5c5981d09bfc47777c8b1216d6 (patch)
tree0317d5cf3a5bad8c8cc883cd632778a033fecad5 /rtclient/rtclient.h
parenta7a7bebcecbcd22da76920cd0e46c455ec8b5bc9 (diff)
Remove rt prefix from headers other than rtclient.h
Diffstat (limited to 'rtclient/rtclient.h')
-rw-r--r--rtclient/rtclient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtclient/rtclient.h b/rtclient/rtclient.h
index a872f37..d9a3639 100644
--- a/rtclient/rtclient.h
+++ b/rtclient/rtclient.h
@@ -1,8 +1,8 @@
#ifndef RTCLIENT_H
#define RTCLIENT_H
-#include "rtuser.h"
-#include "rtticket.h"
+#include "user.h"
+#include "ticket.h"
#ifdef __cplusplus
extern "C" {