From efcce8fc8478207d58069ee992aab4ff7b07f619 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Fri, 10 Apr 2015 21:00:13 +0100 Subject: VclPtr: unfortunate includes needed for inlining ref/unref. Something of a compile time vs. run-time choice. Change-Id: I7e9db3a6f14d352e0b78abd5f22ccc593aceb001 --- svx/source/inc/fmexch.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'svx') diff --git a/svx/source/inc/fmexch.hxx b/svx/source/inc/fmexch.hxx index 8c2c6b2c6240..09ab923081c5 100644 --- a/svx/source/inc/fmexch.hxx +++ b/svx/source/inc/fmexch.hxx @@ -28,15 +28,12 @@ #include #include #include - +#include #include class SvTreeListEntry; - - class SvTreeListBox; - namespace svxform { -- cgit