Remove some unneeded includes from some header files.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35939 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-10-31 00:31:57 +00:00
parent 766e300f42
commit a7e2b7eea9
5 changed files with 17 additions and 13 deletions

View File

@ -13,6 +13,7 @@
#include "InsetBibtex.h" #include "InsetBibtex.h"
#include "BiblioInfo.h"
#include "Buffer.h" #include "Buffer.h"
#include "BufferParams.h" #include "BufferParams.h"
#include "DispatchResult.h" #include "DispatchResult.h"
@ -33,6 +34,7 @@
#include "support/debug.h" #include "support/debug.h"
#include "support/docstream.h" #include "support/docstream.h"
#include "support/ExceptionMessage.h" #include "support/ExceptionMessage.h"
#include "support/FileNameList.h"
#include "support/filetools.h" #include "support/filetools.h"
#include "support/gettext.h" #include "support/gettext.h"
#include "support/lstrings.h" #include "support/lstrings.h"

View File

@ -12,15 +12,17 @@
#ifndef INSET_BIBTEX_H #ifndef INSET_BIBTEX_H
#define INSET_BIBTEX_H #define INSET_BIBTEX_H
#include "BiblioInfo.h"
#include "InsetCommand.h" #include "InsetCommand.h"
#include "support/FileNameList.h"
#include <map>
namespace lyx { namespace lyx {
class BiblioInfo;
namespace support {
class FileName;
class FileNameList;
}
/** Used to insert BibTeX's information /** Used to insert BibTeX's information
*/ */
class InsetBibtex : public InsetCommand { class InsetBibtex : public InsetCommand {

View File

@ -13,6 +13,7 @@
#include "InsetCitation.h" #include "InsetCitation.h"
#include "BiblioInfo.h"
#include "Buffer.h" #include "Buffer.h"
#include "buffer_funcs.h" #include "buffer_funcs.h"
#include "BufferParams.h" #include "BufferParams.h"

View File

@ -14,10 +14,8 @@
#define INSET_CITATION_H #define INSET_CITATION_H
#include "InsetCommand.h" #include "InsetCommand.h"
#include "InsetCode.h"
#include "BiblioInfo.h"
#include "Citation.h"
namespace lyx { namespace lyx {

View File

@ -15,23 +15,24 @@
#include "InsetCommand.h" #include "InsetCommand.h"
#include "BiblioInfo.h"
#include "Counters.h"
#include "InsetCommandParams.h"
#include "RenderButton.h" #include "RenderButton.h"
#include "support/FileNameList.h"
#include <boost/scoped_ptr.hpp> #include <boost/scoped_ptr.hpp>
namespace lyx { namespace lyx {
class BiblioInfo;
class Buffer; class Buffer;
class Dimension; class Dimension;
class InsetCommandParams;
class InsetLabel; class InsetLabel;
class LaTeXFeatures; class LaTeXFeatures;
class RenderMonitoredPreview; class RenderMonitoredPreview;
namespace support {
class FileNameList;
}
/// for including tex/lyx files /// for including tex/lyx files
class InsetInclude : public InsetCommand { class InsetInclude : public InsetCommand {
public: public: