summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/apple_remote/RemoteControl.h4
-rw-r--r--include/apple_remote/RemoteMainController.h4
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