diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-24 11:52:43 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-24 11:52:43 +0200 |
commit | 52b605ff36089fc56c1c41d413adcd131cde845c (patch) | |
tree | ad88bf109337ab1841979d1a8336d4eb85e8e812 /vcl/inc/osx/salnstimer.h | |
parent | 7d69ac0b8f11ed9cbee2925fc60119404eed4211 (diff) |
loplugin:includeform: vcl (macOS)
Change-Id: I4382a45dcffb32c7c001ee722ac1deccb2b01c2d
Diffstat (limited to 'vcl/inc/osx/salnstimer.h')
-rw-r--r-- | vcl/inc/osx/salnstimer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/osx/salnstimer.h b/vcl/inc/osx/salnstimer.h index cce2746c1535..d1928fe9d671 100644 --- a/vcl/inc/osx/salnstimer.h +++ b/vcl/inc/osx/salnstimer.h @@ -20,9 +20,9 @@ #ifndef INCLUDED_VCL_INC_OSX_SALNSTIMER_H #define INCLUDED_VCL_INC_OSX_SALNSTIMER_H -#include "premac.h" -#include "Cocoa/Cocoa.h" -#include "postmac.h" +#include <premac.h> +#include <Cocoa/Cocoa.h> +#include <postmac.h> @interface TimerCallbackCaller : NSObject { |