diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 14:01:53 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:37 -0600 |
commit | 14677f6adbe40e72ade744fc0dd35cec37a85001 (patch) | |
tree | ec1454e6a81a2b31ad5dd8b6337937580ddbe922 /include/apple_remote | |
parent | 45beff50c9e6c9358080c7a81234c6d98bbd7fac (diff) |
fdo#65108 inter-module includes <>
Change-Id: I1caf03785f84cf709b7f23c5ca3d2659bf950b28
Diffstat (limited to 'include/apple_remote')
-rw-r--r-- | include/apple_remote/RemoteControl.h | 4 | ||||
-rw-r--r-- | include/apple_remote/RemoteMainController.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/apple_remote/RemoteControl.h b/include/apple_remote/RemoteControl.h index 2dab73182ecf..04fab5a6d602 100644 --- a/include/apple_remote/RemoteControl.h +++ b/include/apple_remote/RemoteControl.h @@ -29,11 +29,11 @@ * *****************************************************************************/ -#include "sal/config.h" +#include <sal/config.h> #import <Cocoa/Cocoa.h> -#include "sal/types.h" +#include <sal/types.h> // notifaction names that are being used to signal that an application wants to // have access to the remote control device or if the application has finished diff --git a/include/apple_remote/RemoteMainController.h b/include/apple_remote/RemoteMainController.h index e00a790a4236..60cd4fbcec8e 100644 --- a/include/apple_remote/RemoteMainController.h +++ b/include/apple_remote/RemoteMainController.h @@ -29,11 +29,11 @@ * *****************************************************************************/ -#include "sal/config.h" +#include <sal/config.h> #import <Cocoa/Cocoa.h> -#include "sal/types.h" +#include <sal/types.h> #define AppleRemoteControlEvent 15 |