Move BufferParams.h from Language.h

This commit is contained in:
Yuriy Skalko 2020-10-14 23:40:05 +03:00
parent 87d19e1068
commit 5ac65d1532
2 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,7 @@
#include "Language.h"
#include "BufferParams.h"
#include "Encoding.h"
#include "LaTeXFonts.h"
#include "Lexer.h"

View File

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