summaryrefslogtreecommitdiffstats
path: root/osdep/mac/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/mac/application.h')
-rw-r--r--osdep/mac/application.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/osdep/mac/application.h b/osdep/mac/application.h
index 06e5f1dcb5..52bae7a104 100644
--- a/osdep/mac/application.h
+++ b/osdep/mac/application.h
@@ -15,8 +15,7 @@
* License along with mpv. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef MAC_APPLICATION
-#define MAC_APPLICATION
+#pragma once
#include "options/m_option.h"
@@ -48,5 +47,3 @@ struct macos_opts {
int cocoa_main(int argc, char *argv[]);
extern const struct m_sub_options macos_conf;
-
-#endif /* MAC_APPLICATION */