summaryrefslogtreecommitdiff
path: root/cocoa/HistoryView.m
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-01-31 19:12:00 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-01-31 19:12:00 +0000
commit28da79c796a1a22b14b5b9417aaae2e96ce3e994 (patch)
tree7ecbbf855490698bae3c2105dda31f20f56016e0 /cocoa/HistoryView.m
parent09400943aac959cb59bb0f6b558e31f07dbe9683 (diff)
downloadnetsurf-28da79c796a1a22b14b5b9417aaae2e96ce3e994.tar.gz
netsurf-28da79c796a1a22b14b5b9417aaae2e96ce3e994.tar.bz2
Reorganized includes.
svn path=/trunk/netsurf/; revision=11567
Diffstat (limited to 'cocoa/HistoryView.m')
-rw-r--r--cocoa/HistoryView.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/cocoa/HistoryView.m b/cocoa/HistoryView.m
index 9dc8da71c..3315d252d 100644
--- a/cocoa/HistoryView.m
+++ b/cocoa/HistoryView.m
@@ -16,14 +16,14 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#import "HistoryView.h"
+#import "cocoa/HistoryView.h"
+#import "cocoa/font.h"
+#import "cocoa/coordinates.h"
+#import "cocoa/plotter.h"
#import "desktop/browser.h"
#import "desktop/history_core.h"
#import "desktop/plotters.h"
-#import "cocoa/font.h"
-#import "cocoa/coordinates.h"
-#import "cocoa/plotter.h"
static NSRect cocoa_history_rect( struct browser_window *bw )
{