aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac_gl.m
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-05 20:24:51 -0400
committerDavid Robillard <d@drobilla.net>2022-06-08 19:48:13 -0400
commit27ce10b5039e931eaad33e9499a630552d4e1f06 (patch)
tree9ad33d28562935d72f768e68e9d24531b6059d8a /src/mac_gl.m
parentbb0fe3975df149eb45a21e39940f71e2273c8fd5 (diff)
downloadpugl-27ce10b5039e931eaad33e9499a630552d4e1f06.tar.gz
pugl-27ce10b5039e931eaad33e9499a630552d4e1f06.tar.bz2
pugl-27ce10b5039e931eaad33e9499a630552d4e1f06.zip
Separate private and public function implementations
Diffstat (limited to 'src/mac_gl.m')
-rw-r--r--src/mac_gl.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mac_gl.m b/src/mac_gl.m
index 25704c3..ddd9fde 100644
--- a/src/mac_gl.m
+++ b/src/mac_gl.m
@@ -1,7 +1,7 @@
// Copyright 2019-2022 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC
-#include "implementation.h"
+#include "internal.h"
#include "mac.h"
#include "stub.h"