summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/tgl
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Telegram/src/tgl')
-rw-r--r--protocols/Telegram/src/tgl/auto/auto-store-ds.c4
-rw-r--r--protocols/Telegram/src/tgl/auto/auto-store.c6
-rw-r--r--protocols/Telegram/src/tgl/auto/auto-types.c2
-rw-r--r--protocols/Telegram/src/tgl/tgl-net.c4
-rw-r--r--protocols/Telegram/src/tgl/tools.c2
5 files changed, 9 insertions, 9 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"
diff --git a/protocols/Telegram/src/tgl/auto/auto-store.c b/protocols/Telegram/src/tgl/auto/auto-store.c
index 50d5ff7970..99dc5c392c 100644
--- a/protocols/Telegram/src/tgl/auto/auto-store.c
+++ b/protocols/Telegram/src/tgl/auto/auto-store.c
@@ -1,8 +1,8 @@
#ifdef _MSC_VER
-#include "..\auto.h"
-#include "..\mtproto-common.h"
+#include "../auto.h"
+#include "../mtproto-common.h"
#include "auto-store.h"
-#include "..\auto-static-store.c"
+#include "../auto-static-store.c"
#else
#include "auto.h"
#include "mtproto-common.h"
diff --git a/protocols/Telegram/src/tgl/auto/auto-types.c b/protocols/Telegram/src/tgl/auto/auto-types.c
index d81edf0949..5521ddde8c 100644
--- a/protocols/Telegram/src/tgl/auto/auto-types.c
+++ b/protocols/Telegram/src/tgl/auto/auto-types.c
@@ -1,5 +1,5 @@
#ifdef _MSC_VER
-#include "..\auto.h"
+#include "../auto.h"
#else
#include "auto.h"
#endif
diff --git a/protocols/Telegram/src/tgl/tgl-net.c b/protocols/Telegram/src/tgl/tgl-net.c
index 7439ee145d..abba34dac8 100644
--- a/protocols/Telegram/src/tgl/tgl-net.c
+++ b/protocols/Telegram/src/tgl/tgl-net.c
@@ -32,8 +32,8 @@
#if defined(WIN32) || defined(_WIN32)
#include <io.h>
#include <fcntl.h>
-#include <sys\types.h>
-#include <sys\stat.h>
+#include <sys/types.h>
+#include <sys/stat.h>
#include <stdint.h>
#include <string.h>
#include <winsock2.h>
diff --git a/protocols/Telegram/src/tgl/tools.c b/protocols/Telegram/src/tgl/tools.c
index 2e94ef9332..03b89d0523 100644
--- a/protocols/Telegram/src/tgl/tools.c
+++ b/protocols/Telegram/src/tgl/tools.c
@@ -30,7 +30,7 @@
#include <string.h>
#include <openssl/err.h>
#include <openssl/rand.h>
-#include "..\..\..\..\libs\zlib\src\zlib.h"
+#include "../../../../libs/zlib/src/zlib.h"
#include <time.h>
#if defined(WIN32) || defined(_WIN32)
#include <sys/timeb.h>