diff options
Diffstat (limited to 'protocols/IcqOscarJ/src/icqoscar.h')
-rw-r--r-- | protocols/IcqOscarJ/src/icqoscar.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/protocols/IcqOscarJ/src/icqoscar.h b/protocols/IcqOscarJ/src/icqoscar.h index 33e9e5cba0..e1168b2428 100644 --- a/protocols/IcqOscarJ/src/icqoscar.h +++ b/protocols/IcqOscarJ/src/icqoscar.h @@ -6,6 +6,7 @@ // Copyright © 2001-2002 Jon Keating, Richard Hughes
// Copyright © 2002-2004 Martin Öberg, Sam Kothari, Robert Rainwater
// Copyright © 2004-2010 Joe Kucera
+// Copyright © 2012-2014 Miranda NG Team
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,13 +21,12 @@ // You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-//
// -----------------------------------------------------------------------------
// DESCRIPTION:
//
// Includes all header files that should be precompiled to speed up compilation.
-//
// -----------------------------------------------------------------------------
+
#define _WIN32_WINNT 0x0501
#define _WIN32_IE 0x0501
@@ -40,13 +40,11 @@ #include <sys/types.h>
#include <sys/stat.h>
#include <io.h>
+#include <malloc.h>
#include <direct.h>
#include <fcntl.h>
#include <process.h>
-//C++
-#include <list>
-
#ifndef _DEBUG
#include <crtdbg.h>
#endif
|