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/app/userinstall.cxx | |
parent | c772e6252aefcd088ea0a5018f303654fc18ac91 (diff) |
desktop: fix includes
Change-Id: Ia51cd6fcdb84c049907b0aeda20774558198b575
Diffstat (limited to 'desktop/source/app/userinstall.cxx')
-rw-r--r-- | desktop/source/app/userinstall.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/desktop/source/app/userinstall.cxx b/desktop/source/app/userinstall.cxx index 7780064b8fce..ef0b0a1df0d3 100644 --- a/desktop/source/app/userinstall.cxx +++ b/desktop/source/app/userinstall.cxx @@ -17,20 +17,20 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> -#include "boost/shared_ptr.hpp" -#include "com/sun/star/uno/Exception.hpp" -#include "comphelper/configuration.hxx" +#include <boost/shared_ptr.hpp> +#include <com/sun/star/uno/Exception.hpp> +#include <comphelper/configuration.hxx> #include "config_folders.h" #include "officecfg/Setup.hxx" -#include "osl/file.h" -#include "osl/file.hxx" -#include "rtl/ustring.hxx" -#include "sal/log.hxx" -#include "unotools/bootstrap.hxx" +#include <osl/file.h> +#include <osl/file.hxx> +#include <rtl/ustring.hxx> +#include <sal/log.hxx> +#include <unotools/bootstrap.hxx> #include "userinstall.hxx" |