mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Move BufferParams.h from Language.h
This commit is contained in:
parent
87d19e1068
commit
5ac65d1532
@ -15,6 +15,7 @@
|
||||
|
||||
#include "Language.h"
|
||||
|
||||
#include "BufferParams.h"
|
||||
#include "Encoding.h"
|
||||
#include "LaTeXFonts.h"
|
||||
#include "Lexer.h"
|
||||
|
@ -15,8 +15,6 @@
|
||||
#ifndef LANGUAGE_H
|
||||
#define LANGUAGE_H
|
||||
|
||||
#include "BufferParams.h"
|
||||
|
||||
#include "support/docstring.h"
|
||||
#include "support/trivstring.h"
|
||||
|
||||
@ -29,6 +27,7 @@ namespace lyx {
|
||||
|
||||
namespace support { class FileName; }
|
||||
|
||||
class BufferParams;
|
||||
class Encoding;
|
||||
class Lexer;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user