mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
header cleanup.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18789 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8f0bf62f2c
commit
d14da39009
@ -15,7 +15,6 @@
|
||||
|
||||
#include "Buffer.h"
|
||||
#include "gettext.h"
|
||||
#include "Paragraph.h"
|
||||
#include "OutputParams.h"
|
||||
|
||||
#include "support/std_ostream.h"
|
||||
|
@ -13,12 +13,9 @@
|
||||
#include "InsetNewline.h"
|
||||
|
||||
#include "debug.h"
|
||||
#include "Color.h"
|
||||
#include "Text.h"
|
||||
#include "MetricsInfo.h"
|
||||
#include "OutputParams.h"
|
||||
#include "Paragraph.h"
|
||||
#include "paragraph_funcs.h"
|
||||
|
||||
#include "frontends/FontMetrics.h"
|
||||
#include "frontends/Painter.h"
|
||||
|
@ -24,11 +24,9 @@
|
||||
#include "FuncStatus.h"
|
||||
#include "gettext.h"
|
||||
#include "LaTeXFeatures.h"
|
||||
#include "Color.h"
|
||||
#include "Lexer.h"
|
||||
#include "MetricsInfo.h"
|
||||
#include "OutputParams.h"
|
||||
#include "Paragraph.h"
|
||||
|
||||
#include "support/lyxalgo.h"
|
||||
#include "support/Translator.h"
|
||||
|
@ -14,10 +14,6 @@
|
||||
|
||||
#include "debug.h"
|
||||
#include "gettext.h"
|
||||
#include "Color.h"
|
||||
#include "Paragraph.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
||||
namespace lyx {
|
||||
@ -25,7 +21,6 @@ namespace lyx {
|
||||
using std::string;
|
||||
using std::auto_ptr;
|
||||
using std::ostream;
|
||||
using std::ostringstream;
|
||||
|
||||
|
||||
InsetOptArg::InsetOptArg(BufferParams const & ins)
|
||||
|
@ -21,8 +21,6 @@
|
||||
#include "LyXRC.h"
|
||||
#include "MetricsInfo.h"
|
||||
#include "OutputParams.h"
|
||||
#include "Paragraph.h"
|
||||
#include "paragraph_funcs.h"
|
||||
|
||||
#include "frontends/FontMetrics.h"
|
||||
#include "frontends/Painter.h"
|
||||
|
Loading…
Reference in New Issue
Block a user