diff options
-rw-r--r-- | common/ne_exe.h | 3 |
1 files changed, 1 insertions, 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<NECursor*> cursors; ///< The cursors. + Array<NECursor *> cursors; ///< The cursors. }; /** The default Windows resources. */ |