includes: always use #import

import is an include which ensure unique inclusion
(ObjC feature)

Refs #67102

Change-Id: I16cd53c3ffcf1ab2d8f700025451c7951ed42dbf
diff --git a/AccVideoVC.h b/AccVideoVC.h
index c8e251d..b7fa537 100644
--- a/AccVideoVC.h
+++ b/AccVideoVC.h
@@ -32,7 +32,7 @@
 
 #import <Cocoa/Cocoa.h>
 
-#include <account.h>
+#import <account.h>
 
 @interface AccVideoVC : NSViewController <NSOutlineViewDelegate> {