No need to include Buffer.h everywhere

This commit is contained in:
Pavel Sanda 2024-10-24 19:44:06 +02:00
parent a2c1229ac1
commit b2d157a4da
3 changed files with 4 additions and 1 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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 {