summaryrefslogtreecommitdiff
path: root/new/uipriv_darwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'new/uipriv_darwin.h')
-rw-r--r--new/uipriv_darwin.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/new/uipriv_darwin.h b/new/uipriv_darwin.h
index 64b01db..3322138 100644
--- a/new/uipriv_darwin.h
+++ b/new/uipriv_darwin.h
@@ -1,8 +1,5 @@
// 6 january 2015
-#ifndef __UI_UI_DARWIN_H__
-#define __UI_UI_DARWIN_H__
-
#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_7
#define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_7
#import <Cocoa/Cocoa.h>
@@ -14,5 +11,3 @@
extern void *uiAlloc(size_t);
extern void *uiRealloc(void *, size_t);
extern void uiFree(void *);
-
-#endif