From b0c951dcc330f4ad49c0da5173c8966654f99d7b Mon Sep 17 00:00:00 2001 From: "J. Graeme Lingard" Date: Wed, 13 Oct 2010 17:56:16 +0100 Subject: Remove redundant include directives & comments --- hwpfilter/source/hwpeq.cpp | 2 -- hwpfilter/source/mzstring.cpp | 2 -- hwpfilter/source/precompile.h | 1 - 3 files changed, 5 deletions(-) (limited to 'hwpfilter') diff --git a/hwpfilter/source/hwpeq.cpp b/hwpfilter/source/hwpeq.cpp index 79c33ca20b55..fbb0c86a4f56 100644 --- a/hwpfilter/source/hwpeq.cpp +++ b/hwpfilter/source/hwpeq.cpp @@ -25,8 +25,6 @@ * ************************************************************************/ -//#include "stdafx.h" - #include #include #include diff --git a/hwpfilter/source/mzstring.cpp b/hwpfilter/source/mzstring.cpp index a7fe12413dc4..88e04ebbb456 100644 --- a/hwpfilter/source/mzstring.cpp +++ b/hwpfilter/source/mzstring.cpp @@ -39,7 +39,6 @@ #pragma implementation "mzstring.h" #endif -//#include "stdafx.h" // #include "mzstring.h" #ifndef WIN32 @@ -52,7 +51,6 @@ #if defined _MSC_VER #pragma warning(pop) #endif -//# include #endif /* WIN32 */ #include #include diff --git a/hwpfilter/source/precompile.h b/hwpfilter/source/precompile.h index 7a85945f262a..fa462e724607 100644 --- a/hwpfilter/source/precompile.h +++ b/hwpfilter/source/precompile.h @@ -35,7 +35,6 @@ #endif #include "windows.h" #ifndef __MINGW32__ -//#include "stdafx.h" #include "crtdbg.h" #if defined _MSC_VER #pragma warning(pop) -- cgit