diff options
Diffstat (limited to 'svl/source/misc/sharedstringpool.cxx')
-rw-r--r-- | svl/source/misc/sharedstringpool.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/misc/sharedstringpool.cxx b/svl/source/misc/sharedstringpool.cxx index ef4ee0f264b2..e78e0965832e 100644 --- a/svl/source/misc/sharedstringpool.cxx +++ b/svl/source/misc/sharedstringpool.cxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "svl/sharedstringpool.hxx" -#include "unotools/charclass.hxx" +#include <svl/sharedstringpool.hxx> +#include <unotools/charclass.hxx> namespace svl { |