Next headers

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33976 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-03-31 19:38:05 +00:00
parent 96390e0ff7
commit a5cb2afc1b
7 changed files with 8 additions and 4 deletions

View File

@ -16,18 +16,14 @@
#define BUFFERPARAMS_H #define BUFFERPARAMS_H
#include "Citation.h" #include "Citation.h"
#include "Font.h"
#include "LayoutModuleList.h" #include "LayoutModuleList.h"
#include "paper.h" #include "paper.h"
#include "insets/InsetQuotes.h" #include "insets/InsetQuotes.h"
#include "support/copied_ptr.h" #include "support/copied_ptr.h"
#include "support/FileName.h"
#include <list>
#include <map> #include <map>
#include <vector>
namespace lyx { namespace lyx {
@ -38,6 +34,7 @@ class BranchList;
class Bullet; class Bullet;
class DocumentClass; class DocumentClass;
class Encoding; class Encoding;
class Font;
class HSpace; class HSpace;
class IndicesList; class IndicesList;
class Language; class Language;

View File

@ -14,6 +14,7 @@
#include "BufferParams.h" #include "BufferParams.h"
#include "Changes.h" #include "Changes.h"
#include "Font.h"
#include "insets/InsetText.h" #include "insets/InsetText.h"

View File

@ -21,6 +21,8 @@
#include "insets/InsetFloat.h" #include "insets/InsetFloat.h"
#include "support/lstrings.h" #include "support/lstrings.h"
#include <map>
using namespace std; using namespace std;
using namespace lyx::support; using namespace lyx::support;

View File

@ -15,6 +15,7 @@
#include "Buffer.h" #include "Buffer.h"
#include "BufferView.h" #include "BufferView.h"
#include "BufferParams.h" #include "BufferParams.h"
#include "Font.h"
#include "MetricsInfo.h" #include "MetricsInfo.h"
#include <iostream> #include <iostream>

View File

@ -16,6 +16,7 @@
#include "BufferParams.h" #include "BufferParams.h"
#include "BufferView.h" #include "BufferView.h"
#include "Dimension.h" #include "Dimension.h"
#include "Font.h"
#include "Language.h" #include "Language.h"
#include "LaTeXFeatures.h" #include "LaTeXFeatures.h"
#include "Lexer.h" #include "Lexer.h"

View File

@ -17,6 +17,7 @@
#include "buffer_funcs.h" #include "buffer_funcs.h"
#include "BufferParams.h" #include "BufferParams.h"
#include "Counters.h" #include "Counters.h"
#include "Font.h"
#include "Layout.h" #include "Layout.h"
#include "OutputParams.h" #include "OutputParams.h"
#include "Paragraph.h" #include "Paragraph.h"

View File

@ -18,6 +18,7 @@
#include "buffer_funcs.h" #include "buffer_funcs.h"
#include "BufferParams.h" #include "BufferParams.h"
#include "Counters.h" #include "Counters.h"
#include "Font.h"
#include "Layout.h" #include "Layout.h"
#include "OutputParams.h" #include "OutputParams.h"
#include "Paragraph.h" #include "Paragraph.h"