mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
No need to include Buffer.h everywhere
This commit is contained in:
parent
a2c1229ac1
commit
b2d157a4da
@ -24,6 +24,7 @@
|
|||||||
#include "support/Lexer.h"
|
#include "support/Lexer.h"
|
||||||
#include "support/lstrings.h"
|
#include "support/lstrings.h"
|
||||||
|
|
||||||
|
#include "Buffer.h"
|
||||||
#include "BufferParams.h"
|
#include "BufferParams.h"
|
||||||
#include "IndicesList.h"
|
#include "IndicesList.h"
|
||||||
|
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
#include "qt_helpers.h"
|
#include "qt_helpers.h"
|
||||||
|
|
||||||
|
#include "Buffer.h"
|
||||||
#include "Format.h"
|
#include "Format.h"
|
||||||
#include "LengthCombo.h"
|
#include "LengthCombo.h"
|
||||||
#include "LyXRC.h"
|
#include "LyXRC.h"
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
#ifndef QTHELPERS_H
|
#ifndef QTHELPERS_H
|
||||||
#define QTHELPERS_H
|
#define QTHELPERS_H
|
||||||
|
|
||||||
#include "Buffer.h"
|
|
||||||
#include "ColorSet.h"
|
#include "ColorSet.h"
|
||||||
#include "support/Length.h"
|
#include "support/Length.h"
|
||||||
#include "support/qstring_helpers.h"
|
#include "support/qstring_helpers.h"
|
||||||
@ -31,6 +30,8 @@ class QWidget;
|
|||||||
|
|
||||||
namespace lyx {
|
namespace lyx {
|
||||||
|
|
||||||
|
class Buffer;
|
||||||
|
|
||||||
namespace support { class FileName; }
|
namespace support { class FileName; }
|
||||||
|
|
||||||
namespace frontend {
|
namespace frontend {
|
||||||
|
Loading…
Reference in New Issue
Block a user