diff options
Diffstat (limited to 'protocols/Telegram/src/tgl/auto/auto-store-ds.c')
-rw-r--r-- | protocols/Telegram/src/tgl/auto/auto-store-ds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Telegram/src/tgl/auto/auto-store-ds.c b/protocols/Telegram/src/tgl/auto/auto-store-ds.c index 3b963b6ef3..fcc84539db 100644 --- a/protocols/Telegram/src/tgl/auto/auto-store-ds.c +++ b/protocols/Telegram/src/tgl/auto/auto-store-ds.c @@ -1,9 +1,9 @@ #ifdef _MSC_VER
-#include "..\auto.h"
+#include "../auto.h"
#include "auto-store-ds.h"
#include "auto-skip.h"
#include "auto-types.h"
-#include "..\mtproto-common.h"
+#include "../mtproto-common.h"
#else
#include "auto.h"
#include "auto/auto-store-ds.h"
|