summaryrefslogtreecommitdiff
path: root/cocoa/font.m
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/font.m')
-rw-r--r--cocoa/font.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/cocoa/font.m b/cocoa/font.m
index 08fad0a36..3e28dea47 100644
--- a/cocoa/font.m
+++ b/cocoa/font.m
@@ -23,7 +23,7 @@
#import "css/css.h"
#import "utils/nsoption.h"
-#import "render/font.h"
+#import "desktop/font.h"
#import "desktop/plotters.h"
@@ -234,4 +234,4 @@ static inline NSDictionary *cocoa_font_attributes( const plot_font_style_t *styl
cocoa_font_get_nsfont( style ), NSFontAttributeName,
cocoa_convert_colour( style->foreground ), NSForegroundColorAttributeName,
nil];
-} \ No newline at end of file
+}