From 945602fdbe308c773a782a3cfe6b78503661b439 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 28 Nov 2010 23:09:47 +0000 Subject: COMMON: Remove unnecessary reference to file.h svn-id: r54561 --- common/ne_exe.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/ne_exe.h b/common/ne_exe.h index 7ab51325c4..c6fb804cf7 100644 --- a/common/ne_exe.h +++ b/common/ne_exe.h @@ -27,7 +27,6 @@ #define COMMON_NE_EXE_H #include "common/array.h" -#include "common/file.h" #include "common/list.h" namespace Common { @@ -107,7 +106,7 @@ private: /** A New Executable cursor group. */ struct NECursorGroup { NEResourceID id; - Array cursors; ///< The cursors. + Array cursors; ///< The cursors. }; /** The default Windows resources. */ -- cgit v1.2.3