From 90b308e8122c1c5c5981d09bfc47777c8b1216d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Sat, 14 Sep 2019 09:12:21 +0800 Subject: Remove rt prefix from headers other than rtclient.h --- rtclient/rtclient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rtclient/rtclient.h') 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" { -- cgit v1.2.3