diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-06-04 10:55:43 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-04 10:59:07 +0200 |
commit | b3843321e9cc1436cd0039f9431b4d6c5261db20 (patch) | |
tree | 8199608de0d40cb33c90ff0e425553936df65ac0 /desktop/source/migration/services/jvmfwk.hxx | |
parent | c772e6252aefcd088ea0a5018f303654fc18ac91 (diff) |
desktop: fix includes
Change-Id: Ia51cd6fcdb84c049907b0aeda20774558198b575
Diffstat (limited to 'desktop/source/migration/services/jvmfwk.hxx')
-rw-r--r-- | desktop/source/migration/services/jvmfwk.hxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/desktop/source/migration/services/jvmfwk.hxx b/desktop/source/migration/services/jvmfwk.hxx index 17c9315456d9..a248ce5da33a 100644 --- a/desktop/source/migration/services/jvmfwk.hxx +++ b/desktop/source/migration/services/jvmfwk.hxx @@ -20,16 +20,16 @@ #ifndef INCLUDED_DESKTOP_SOURCE_MIGRATION_SERVICES_JVMFWK_HXX #define INCLUDED_DESKTOP_SOURCE_MIGRATION_SERVICES_JVMFWK_HXX -#include "cppuhelper/implbase3.hxx" -#include "cppuhelper/implementationentry.hxx" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "boost/scoped_array.hpp" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/lang/XInitialization.hpp" -#include "com/sun/star/task/XJob.hpp" +#include <cppuhelper/implbase3.hxx> +#include <cppuhelper/implementationentry.hxx> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> +#include <boost/scoped_array.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/lang/XInitialization.hpp> +#include <com/sun/star/task/XJob.hpp> namespace migration |