]> git.lyx.org Git - features.git/commitdiff
More include frenzy.
authorVincent van Ravesteijn <vfr@lyx.org>
Sun, 31 Oct 2010 01:26:50 +0000 (01:26 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 31 Oct 2010 01:26:50 +0000 (01:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35941 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/Inset.h
src/insets/InsetListingsParams.h
src/insets/InsetPreview.cpp
src/insets/InsetPreview.h
src/insets/InsetTabular.h

index 09211a0232560b326acc11e9fe79d53c47ef0cac..36877d13c5f1c8e6ff7f3bbc80c332868c476a8a 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "ColorCode.h"
 #include "InsetCode.h"
-#include "Layout.h"
+#include "LayoutEnums.h"
 #include "OutputEnums.h"
 
 #include "support/strfwd.h"
index 76ed9613ff2c18954b0cfa714df53a4282d90c2d..6c2d3f20d63b3f329128af5a14125e6093035980 100644 (file)
 #ifndef INSETLISTINGSPARAMS_H
 #define INSETLISTINGSPARAMS_H
 
-#include <map>
-#include <exception>
 #include "InsetCollapsable.h"
 
+#include <map>
+
 namespace lyx {
 
 class InsetListingsParams {
index a52ad19c95995f82511831581f5b00de06ab16ac..265329bc521649332c97ff3cc7b29903276e6060 100644 (file)
@@ -19,6 +19,7 @@
 #include "LyXRC.h"\r
 #include "MetricsInfo.h"\r
 #include "OutputParams.h"\r
+#include "RenderPreview.h"\r
 \r
 #include "frontends/Painter.h"\r
 \r
index 8a0332b1ec6012653bb5183d6b5daa733492c82d..b221d50b6031293247a944a11f43c19aa9a88d6f 100644 (file)
 #include "InsetText.h"\r
 \r
 #include "Dimension.h"\r
-#include "RenderPreview.h"\r
-\r
-#include "graphics/PreviewLoader.h"\r
 \r
 #include <boost/scoped_ptr.hpp>\r
 \r
 namespace lyx {\r
 \r
+class RenderPreview;\r
+\r
+namespace graphics {\r
+       class PreviewLoader;\r
+}\r
+\r
 /// An inset with an instant preview\r
 class InsetPreview : public InsetText {\r
        \r
index 03b66ae7af1dcc7bdd5cd6d523215270b909da68..1c97c173aaee7af8e41d9ed6781885ceea671b16 100644 (file)
@@ -25,7 +25,6 @@
 
 #include "Inset.h"
 #include "InsetText.h"
-#include "Layout.h"
 #include "Length.h"
 
 #include "support/shared_ptr.h"