From a70a6e8b046f1684d3215c88b63782f10ecd7fd2 Mon Sep 17 00:00:00 2001 From: michael starke Date: Sat, 6 Dec 2014 10:30:35 +0100 Subject: [PATCH] Reorderd headers --- MacPass/MPEntryInspectorViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacPass/MPEntryInspectorViewController.m b/MacPass/MPEntryInspectorViewController.m index 1c56595e..40624136 100644 --- a/MacPass/MPEntryInspectorViewController.m +++ b/MacPass/MPEntryInspectorViewController.m @@ -7,10 +7,10 @@ // #import "MPEntryInspectorViewController.h" +#import "MPAttachmentTableDataSource.h" #import "MPAttachmentTableViewDelegate.h" #import "MPCustomFieldTableViewDelegate.h" #import "MPPasswordCreatorViewController.h" -#import "MPAttachmentTableDataSource.h" #import "MPWindowAssociationsTableViewDelegate.h" #import "MPWindowTitleComboBoxDelegate.h"