diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-29 21:07:07 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-29 21:07:07 +0000 |
commit | 2617e958bd0059dc3c0971b01de9c0059c1e1692 (patch) | |
tree | c6f03cbcd7b95503d3fe7608e492afd61d33764d /protocols/IRCG/src/ircproto.cpp | |
parent | b4b636802237461d78dd0b8d33d5bedfd72a1025 (diff) |
unified project for IRC protocol
git-svn-id: http://svn.miranda-ng.org/main/trunk@13257 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IRCG/src/ircproto.cpp')
-rw-r--r-- | protocols/IRCG/src/ircproto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IRCG/src/ircproto.cpp b/protocols/IRCG/src/ircproto.cpp index 7dd787fe5d..c70e78ab11 100644 --- a/protocols/IRCG/src/ircproto.cpp +++ b/protocols/IRCG/src/ircproto.cpp @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "irc.h"
+#include "stdafx.h"
#include "version.h"
#include <m_genmenu.h>
|