summaryrefslogtreecommitdiff
path: root/chart2/inc/pch
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-28 15:52:41 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-28 15:53:10 +0200
commit5e62d30fa2a23c916402388ab8157d365b47230f (patch)
tree10243eb29731dfb7b5f0977b239280c382eaf648 /chart2/inc/pch
parent9c1ff374e92ea74a7244fd131a49bbad1eddb6e8 (diff)
update_pch
Change-Id: I5316693452427ed76a7738b090de023b110caa40
Diffstat (limited to 'chart2/inc/pch')
-rw-r--r--chart2/inc/pch/precompiled_chartcontroller.hxx1
-rw-r--r--chart2/inc/pch/precompiled_chartcore.hxx7
-rw-r--r--chart2/inc/pch/precompiled_chartopengl.hxx1
3 files changed, 7 insertions, 2 deletions
diff --git a/chart2/inc/pch/precompiled_chartcontroller.hxx b/chart2/inc/pch/precompiled_chartcontroller.hxx
index 05d81c652a5c..2971743457a7 100644
--- a/chart2/inc/pch/precompiled_chartcontroller.hxx
+++ b/chart2/inc/pch/precompiled_chartcontroller.hxx
@@ -161,7 +161,6 @@
#include <comphelper/processfactory.hxx>
#include <comphelper/property.hxx>
#include <comphelper/servicehelper.hxx>
-#include <cppuhelper/implementationentry.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/typeprovider.hxx>
diff --git a/chart2/inc/pch/precompiled_chartcore.hxx b/chart2/inc/pch/precompiled_chartcore.hxx
index 2fcdbb0c8e8c..0ac0b52db37e 100644
--- a/chart2/inc/pch/precompiled_chartcore.hxx
+++ b/chart2/inc/pch/precompiled_chartcore.hxx
@@ -15,6 +15,7 @@
*/
#include "com/sun/star/uno/RuntimeException.hpp"
+#include "glm/gtc/matrix_inverse.hpp"
#include <GL/glew.h>
#include <algorithm>
#include <basegfx/matrix/b2dhommatrix.hxx>
@@ -30,6 +31,7 @@
#include <basegfx/vector/b2dvector.hxx>
#include <basegfx/vector/b2ivector.hxx>
#include <boost/bind.hpp>
+#include <boost/checked_delete.hpp>
#include <boost/ptr_container/ptr_map.hpp>
#include <boost/scoped_array.hpp>
#include <boost/scoped_ptr.hpp>
@@ -222,6 +224,7 @@
#include <comphelper/sequenceashashmap.hxx>
#include <comphelper/servicehelper.hxx>
#include <comphelper/storagehelper.hxx>
+#include <config_features.h>
#include <cppuhelper/compbase1.hxx>
#include <cppuhelper/component_context.hxx>
#include <cppuhelper/implementationentry.hxx>
@@ -306,6 +309,10 @@
#include <unotools/ucbstreamhelper.hxx>
#include <valarray>
#include <vcl/cvtgrf.hxx>
+#include <vcl/font.hxx>
+#include <vcl/opengl/OpenGLContext.hxx>
+#include <vcl/opengl/OpenGLHelper.hxx>
+#include <vcl/openglwin.hxx>
#include <vcl/outdev.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
diff --git a/chart2/inc/pch/precompiled_chartopengl.hxx b/chart2/inc/pch/precompiled_chartopengl.hxx
index ee6165f756f5..8c66c95eb46f 100644
--- a/chart2/inc/pch/precompiled_chartopengl.hxx
+++ b/chart2/inc/pch/precompiled_chartopengl.hxx
@@ -18,7 +18,6 @@
#include <algorithm>
#include <basegfx/matrix/b3dhommatrix.hxx>
#include <basegfx/point/b2dpoint.hxx>
-#include <boost/scoped_array.hpp>
#include <com/sun/star/awt/XBitmap.hpp>
#include <com/sun/star/beans/Property.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>