summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorJ. Graeme Lingard <jgraeme+git@gmail.com>2010-10-13 17:56:16 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-10-13 22:32:27 +0200
commitb0c951dcc330f4ad49c0da5173c8966654f99d7b (patch)
treec669ba7f1fa55385eb871bdc0eed939106688e7f /hwpfilter
parent41fe6208f09010dc23d278649492e72b78870814 (diff)
Remove redundant include directives & comments
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hwpeq.cpp2
-rw-r--r--hwpfilter/source/mzstring.cpp2
-rw-r--r--hwpfilter/source/precompile.h1
3 files changed, 0 insertions, 5 deletions
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 <assert.h>
#include <stdio.h>
#include <string.h>
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 <crtdbg.h>
#endif /* WIN32 */
#include <stdio.h>
#include <stdlib.h>
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)