diff options
Diffstat (limited to 'configmgr/source/modifications.cxx')
-rw-r--r-- | configmgr/source/modifications.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/modifications.cxx b/configmgr/source/modifications.cxx index 6c18b79a2ad4..bd711f77a9cb 100644 --- a/configmgr/source/modifications.cxx +++ b/configmgr/source/modifications.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include "modifications.hxx" #include "path.hxx" |