diff options
Diffstat (limited to 'uui/source/nameclashdlg.cxx')
-rw-r--r-- | uui/source/nameclashdlg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/nameclashdlg.cxx b/uui/source/nameclashdlg.cxx index f05fedaff514..201c6ab89ce0 100644 --- a/uui/source/nameclashdlg.cxx +++ b/uui/source/nameclashdlg.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "vcl/msgbox.hxx" -#include "osl/file.hxx" +#include <vcl/msgbox.hxx> +#include <osl/file.hxx> #include "ids.hrc" #include "nameclashdlg.hrc" |