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/langselect.hxx | |
parent | c772e6252aefcd088ea0a5018f303654fc18ac91 (diff) |
desktop: fix includes
Change-Id: Ia51cd6fcdb84c049907b0aeda20774558198b575
Diffstat (limited to 'desktop/source/app/langselect.hxx')
-rw-r--r-- | desktop/source/app/langselect.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/langselect.hxx b/desktop/source/app/langselect.hxx index 517e49f50b72..84e701e29144 100644 --- a/desktop/source/app/langselect.hxx +++ b/desktop/source/app/langselect.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_DESKTOP_SOURCE_APP_LANGSELECT_HXX #define INCLUDED_DESKTOP_SOURCE_APP_LANGSELECT_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> namespace desktop { namespace langselect { |