diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-22 12:12:12 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-22 12:22:53 -0500 |
commit | 614d384f5bf7a6b5974c6ed0c972dd9a0434b3b6 (patch) | |
tree | 91772785c9914dcbcf401b3322f8cb60bbb7bb28 /include | |
parent | f508776ccc72e58b69c1f5fa827a39de8a8e0855 (diff) |
ptr_vector is not used in this header. Remove it.
Change-Id: I5f884819f777201ddfec60bdac3e503584ead649
Diffstat (limited to 'include')
-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; |