From 22d84a587b299f028dbff4d3f8d8ecd56b275c2f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 12 Jun 2016 11:57:22 +0100 Subject: reduce cocoa unecessary use of core API --- frontends/cocoa/coordinates.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'frontends/cocoa/coordinates.h') diff --git a/frontends/cocoa/coordinates.h b/frontends/cocoa/coordinates.h index 4bd92220f..a9614389b 100644 --- a/frontends/cocoa/coordinates.h +++ b/frontends/cocoa/coordinates.h @@ -19,9 +19,6 @@ #ifndef COCOA_COORDINATES_H #define COCOA_COORDINATES_H -#include "utils/utils.h" -#import "netsurf/browser_window.h" - extern CGFloat cocoa_scale_factor; static inline CGFloat cocoa_px_to_pt( int location ) __attribute__((always_inline,pure)); -- cgit v1.2.3