diff options
Diffstat (limited to 'vcl/osx/salsys.cxx')
-rw-r--r-- | vcl/osx/salsys.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/osx/salsys.cxx b/vcl/osx/salsys.cxx index 7051aeedeb44..1927ba27cb9e 100644 --- a/vcl/osx/salsys.cxx +++ b/vcl/osx/salsys.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "rtl/ustrbuf.hxx" +#include <rtl/ustrbuf.hxx> #include <vcl/button.hxx> -#include "osx/salsys.h" -#include "osx/saldata.hxx" -#include "osx/salinst.h" -#include "quartz/utils.h" +#include <osx/salsys.h> +#include <osx/saldata.hxx> +#include <osx/salinst.h> +#include <quartz/utils.h> -#include "strings.hrc" +#include <strings.hrc> AquaSalSystem::~AquaSalSystem() { |