diff options
-rw-r--r-- | include/sfx2/dinfdlg.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
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 <boost/optional/optional.hpp> - -#include <boost/ptr_container/ptr_vector.hpp> - #include <sal/config.h> #include <sfx2/dllapi.h> @@ -49,6 +45,8 @@ #include <sfx2/tabdlg.hxx> +#include <boost/optional/optional.hpp> + namespace com { namespace sun { namespace star { namespace document { class XDocumentProperties; |