diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-01-30 16:49:24 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-01-30 16:55:06 +0900 |
commit | 27aa26a1953524304f75d8a7a58e87f67485d32c (patch) | |
tree | 2934ab65d5aa1e1115815b7325ea5760af009483 /sw | |
parent | 9e9a59293a6538f4b41ba6892cf3f84967003000 (diff) |
Drop unnecessary #include
Change-Id: I2a879712adfad3307d608eca0b27f674d32e6a73
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/text/inftxt.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/text/inftxt.cxx b/sw/source/core/text/inftxt.cxx index de10934b6c7e..6aa466cca32f 100644 --- a/sw/source/core/text/inftxt.cxx +++ b/sw/source/core/text/inftxt.cxx @@ -61,7 +61,6 @@ #include <pam.hxx> #include <SwGrammarMarkUp.hxx> #include "numrule.hxx" -#include <cstdio> // #i12836# enhanced pdf export #include <EnhancedPDFExportHelper.hxx> #include <docufld.hxx> |