Skip to content

Commit b832169

Browse files
committed
FIX: silenced macro redefined warnings
1 parent cfb060f commit b832169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/os/osx/sys-clipboard.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
**
2727
************************************************************************/
2828

29-
#include <AppKit/AppKit.h>
3029
#include "reb-host.h"
3130
#include "host-lib.h" // for OS_Make
31+
#include <AppKit/AppKit.h>
3232

3333
void EmptyClipboard(void){
3434
[[NSPasteboard generalPasteboard] clearContents];

0 commit comments

Comments
 (0)