aboutsummaryrefslogtreecommitdiff
path: root/common/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/file.h')
-rw-r--r--common/file.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/file.h b/common/file.h
index 416ca75ec7..4bec6605e7 100644
--- a/common/file.h
+++ b/common/file.h
@@ -26,7 +26,6 @@
#ifndef COMMON_FILE_H
#define COMMON_FILE_H
-#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/str.h"
#include "common/stream.h"
@@ -88,7 +87,7 @@ public:
virtual bool remove(const String &filename);
virtual bool remove(const FilesystemNode &node);
-
+
/**
* Checks if the object opened a file successfully.
*