Move Author.h, Format.h from BufferParams.h

This commit is contained in:
Yuriy Skalko 2020-10-15 22:27:52 +03:00
parent 4c8d262996
commit 84365fc946
4 changed files with 6 additions and 2 deletions

View File

@ -28,6 +28,7 @@
#include "ColorSet.h"
#include "Converter.h"
#include "Encoding.h"
#include "Format.h"
#include "IndicesList.h"
#include "Language.h"
#include "LaTeXFeatures.h"

View File

@ -15,10 +15,8 @@
#ifndef BUFFERPARAMS_H
#define BUFFERPARAMS_H
#include "Author.h"
#include "Citation.h"
#include "DocumentClassPtr.h"
#include "Format.h"
#include "LayoutModuleList.h"
#include "OutputParams.h"
#include "paper.h"
@ -34,11 +32,14 @@ namespace lyx {
namespace support { class FileName; }
class Author;
class AuthorList;
class BranchList;
class Bullet;
class DocumentClass;
class Encoding;
class Font;
class Format;
class IndicesList;
class Language;
class LayoutFile;

View File

@ -15,6 +15,7 @@
#include "CutAndPaste.h"
#include "Author.h"
#include "BranchList.h"
#include "Buffer.h"
#include "buffer_funcs.h"

View File

@ -22,6 +22,7 @@
#include "InsetTabular.h"
#include "Author.h"
#include "buffer_funcs.h"
#include "Buffer.h"
#include "BufferParams.h"