From 6291574d9477067e14ae493d7d9e59b19c8616ab Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 23 Mar 2017 17:55:31 +0100 Subject: Remove unused #include Change-Id: I8bf3e30687e20151a9e1936e69362abfe9b3a99d --- hwpfilter/source/hbox.cxx | 2 -- hwpfilter/source/hutil.cxx | 1 - hwpfilter/source/hwpeq.cxx | 1 - 3 files changed, 4 deletions(-) (limited to 'hwpfilter') diff --git a/hwpfilter/source/hbox.cxx b/hwpfilter/source/hbox.cxx index 3701f9298720..88e76c7ca7f8 100644 --- a/hwpfilter/source/hbox.cxx +++ b/hwpfilter/source/hbox.cxx @@ -19,8 +19,6 @@ #include "precompile.h" -#include - #include #include "hwpfile.h" diff --git a/hwpfilter/source/hutil.cxx b/hwpfilter/source/hutil.cxx index 4597f84530c8..30d176d46e91 100644 --- a/hwpfilter/source/hutil.cxx +++ b/hwpfilter/source/hutil.cxx @@ -19,7 +19,6 @@ #include "precompile.h" -#include #include "hwpfile.h" #include "hbox.h" #include "hutil.h" diff --git a/hwpfilter/source/hwpeq.cxx b/hwpfilter/source/hwpeq.cxx index 7d632998f729..5a0ca83774c5 100644 --- a/hwpfilter/source/hwpeq.cxx +++ b/hwpfilter/source/hwpeq.cxx @@ -20,7 +20,6 @@ #include #include #include -#include // DVO: always use standard headers: #include -- cgit