mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Move Author.h, Format.h from BufferParams.h
This commit is contained in:
parent
4c8d262996
commit
84365fc946
@ -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"
|
||||
|
@ -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;
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
#include "CutAndPaste.h"
|
||||
|
||||
#include "Author.h"
|
||||
#include "BranchList.h"
|
||||
#include "Buffer.h"
|
||||
#include "buffer_funcs.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "InsetTabular.h"
|
||||
|
||||
#include "Author.h"
|
||||
#include "buffer_funcs.h"
|
||||
#include "Buffer.h"
|
||||
#include "BufferParams.h"
|
||||
|
Loading…
Reference in New Issue
Block a user