summaryrefslogtreecommitdiff
path: root/cocoa/font.m
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/font.m')
-rw-r--r--cocoa/font.m15
1 files changed, 6 insertions, 9 deletions
diff --git a/cocoa/font.m b/cocoa/font.m
index a0298b997..5241a7a1c 100644
--- a/cocoa/font.m
+++ b/cocoa/font.m
@@ -18,17 +18,14 @@
#import <Cocoa/Cocoa.h>
-#include <inttypes.h>
-
-#include <assert.h>
+#import "cocoa/plotter.h"
+#import "cocoa/font.h"
-#include "css/css.h"
-#include "render/font.h"
-#include "desktop/options.h"
+#import "css/css.h"
+#import "desktop/options.h"
+#import "render/font.h"
+#import "desktop/plotters.h"
-#import "font.h"
-#import "plotter.h"
-#import "cocoa/plotter.h"
static NSLayoutManager *cocoa_prepare_layout_manager( const char *string, size_t length,
const plot_font_style_t *style );