From 614d384f5bf7a6b5974c6ed0c972dd9a0434b3b6 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Sat, 22 Nov 2014 12:12:12 -0500 Subject: ptr_vector is not used in this header. Remove it. Change-Id: I5f884819f777201ddfec60bdac3e503584ead649 --- include/sfx2/dinfdlg.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/sfx2') diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx index 340681a2e37e..63422698cbfc 100644 --- a/include/sfx2/dinfdlg.hxx +++ b/include/sfx2/dinfdlg.hxx @@ -19,10 +19,6 @@ #ifndef INCLUDED_SFX2_DINFDLG_HXX #define INCLUDED_SFX2_DINFDLG_HXX -#include - -#include - #include #include @@ -49,6 +45,8 @@ #include +#include + namespace com { namespace sun { namespace star { namespace document { class XDocumentProperties; -- cgit