mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
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
This commit is contained in:
parent
e1d0ce0a6e
commit
86c320d9ba
@ -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 <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 {
|
||||
|
Loading…
Reference in New Issue
Block a user