From 0eee94c3a780e0e9f87b26145b557a99e84d25e0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 28 Mar 2021 20:38:45 +0300 Subject: 21 years after Win2k release we don't need win2k.h - everything we need is included into minimum Windows SDK 7.1 --- protocols/IRCG/src/options.cpp | 1 - protocols/IRCG/src/stdafx.h | 1 - 2 files changed, 2 deletions(-) (limited to 'protocols/IRCG/src') diff --git a/protocols/IRCG/src/options.cpp b/protocols/IRCG/src/options.cpp index 74df705b51..b93cf61176 100644 --- a/protocols/IRCG/src/options.cpp +++ b/protocols/IRCG/src/options.cpp @@ -20,7 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "stdafx.h" -#include static void removeSpaces(wchar_t* p) { diff --git a/protocols/IRCG/src/stdafx.h b/protocols/IRCG/src/stdafx.h index 35d3d6ca94..e5278318ac 100644 --- a/protocols/IRCG/src/stdafx.h +++ b/protocols/IRCG/src/stdafx.h @@ -64,7 +64,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "m_chat_int.h" #include "m_icolib.h" #include "m_string.h" -#include "win2k.h" #include "m_gui.h" #include "resource.h" -- cgit v1.2.3