diff options
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/backends/macbe/macbackend.mm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/source/backends/macbe/macbackend.mm b/shell/source/backends/macbe/macbackend.mm index a8551428817b..14628e91c728 100644 --- a/shell/source/backends/macbe/macbackend.mm +++ b/shell/source/backends/macbe/macbackend.mm @@ -28,11 +28,11 @@ #include "macbackend.hxx" -#include "com/sun/star/beans/Optional.hpp" +#include <com/sun/star/beans/Optional.hpp> #include <cppuhelper/supportsservice.hxx> -#include "rtl/ustrbuf.hxx" +#include <rtl/ustrbuf.hxx> #include <osl/diagnose.h> -#include "osl/file.h" +#include <osl/file.h> #define SPACE ' ' #define SEMI_COLON ';' |