From 86c320d9ba2172cc15b9e60d39d2de647f7438ac Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Wed, 11 Oct 2006 18:54:47 +0000 Subject: [PATCH] Remove unused stuff. To anybody who moves functions around: Please don't forget to clean up includes and using directives. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15300 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/paragraph_funcs.C | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/src/paragraph_funcs.C b/src/paragraph_funcs.C index f50f0d60a2..26abd74759 100644 --- a/src/paragraph_funcs.C +++ b/src/paragraph_funcs.C @@ -12,47 +12,14 @@ #include "paragraph_funcs.h" -#include "buffer.h" #include "bufferparams.h" - -#include "debug.h" -#include "encoding.h" -#include "gettext.h" -#include "language.h" -#include "lyxrow.h" #include "lyxtext.h" -#include "outputparams.h" #include "paragraph_pimpl.h" -#include "pariterator.h" -#include "sgml.h" -#include "texrow.h" -#include "vspace.h" - -#include "support/filetools.h" -#include "support/lstrings.h" -#include "support/lyxlib.h" - -#include -#include using lyx::pos_type; using lyx::pit_type; -using lyx::support::ascii_lowercase; -using lyx::support::bformat; -using lyx::support::compare_ascii_no_case; -using lyx::support::compare_no_case; -using lyx::support::contains; -using lyx::support::split; -using lyx::support::subst; - -using std::auto_ptr; -using std::endl; using std::string; -using std::vector; -using std::istringstream; -using std::ostream; -using std::pair; namespace { -- 2.39.2