]> git.lyx.org Git - features.git/commitdiff
Remove unused stuff. To anybody who moves functions around:
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 11 Oct 2006 18:54:47 +0000 (18:54 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 11 Oct 2006 18:54:47 +0000 (18:54 +0000)
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

index f50f0d60a2db4f26c186c2b60fbff0cb5f230e16..26abd74759e3f1be710f9e89954eed3301868967 100644 (file)
 
 #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 <sstream>
-#include <vector>
 
 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 {