Slowly going through the suggestion made by our headers script.

I tried not to kill "redundant" includes which are actually used
in the header, apology for mistakes.
This commit is contained in:
Pavel Sanda 2013-05-15 22:02:10 -07:00
parent 792e216989
commit 183b188ebe
8 changed files with 0 additions and 12 deletions

View File

@ -15,8 +15,6 @@
#include "OutputEnums.h"
#include "OutputParams.h"
#include "insets/InsetCode.h"
#include "support/strfwd.h"
#include "support/types.h"

View File

@ -18,7 +18,6 @@
#include "DocumentClassPtr.h"
#include "update_flags.h"
#include "support/shared_ptr.h"
#include "support/strfwd.h"
#include "support/types.h"

View File

@ -14,8 +14,6 @@
#include "Buffer.h"
#include "support/FileName.h"
#include <QObject>
#include <QThread>
#include <QTimer>

View File

@ -16,8 +16,6 @@
#include "Dimension.h"
#include "support/types.h"
#include <map>
namespace lyx {

View File

@ -15,7 +15,6 @@
#ifndef FONT_H
#define FONT_H
#include "ColorCode.h"
#include "FontInfo.h"
#include "support/strfwd.h"

View File

@ -18,7 +18,6 @@
#ifndef LYXRC_H
#define LYXRC_H
#include "paper.h"
#include "Length.h"
#include "support/strfwd.h"

View File

@ -18,7 +18,6 @@
#include "FontInfo.h"
#include "support/strfwd.h"
#include "support/types.h"
#include <string>

View File

@ -19,8 +19,6 @@
#include "FontEnums.h"
#include "SpellChecker.h"
#include "insets/InsetCode.h"
#include "support/strfwd.h"
#include "support/types.h"