mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
766e300f42
commit
a7e2b7eea9
@ -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"
|
||||||
|
@ -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 {
|
||||||
|
@ -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"
|
||||||
|
@ -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 {
|
||||||
|
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user