summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/stdafx.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2014-11-28 20:39:37 +0000
committerRobert Pösel <robyer@seznam.cz>2014-11-28 20:39:37 +0000
commit92beff959051eec8d60e4e146aa3d8a13bee9fea (patch)
treeb06ceb3079028d38f6d0f2481a5ab62b05e83e80 /protocols/Xfire/src/stdafx.h
parent8ef64da1b7cc3ef5026ab2dc80e7e0fd88971d59 (diff)
XFire: Reformat sources
git-svn-id: http://svn.miranda-ng.org/main/trunk@11134 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src/stdafx.h')
-rw-r--r--protocols/Xfire/src/stdafx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Xfire/src/stdafx.h b/protocols/Xfire/src/stdafx.h
index c6055649f3..a11577c69c 100644
--- a/protocols/Xfire/src/stdafx.h
+++ b/protocols/Xfire/src/stdafx.h
@@ -9,12 +9,12 @@
#define _WIN32_WINNT 0x0501 // Ändern Sie dies in den geeigneten Wert für andere Versionen von Windows.
#endif
-#include <sys/types.h>
+#include <sys/types.h>
#include <stdio.h>
#include <cstdlib>
#include <tchar.h>
#include <iostream>
-#include <string>
+#include <string>
#define uint unsigned int
#define socklen_t int
@@ -35,7 +35,7 @@
#pragma comment(lib,"user32.lib")
#pragma comment(lib,"gdi32.lib")
-#include <winsock2.h>
+#include <winsock2.h>
#include <gdiplus.h>
#include <Wininet.h>
#include <commctrl.h>