ソースを参照

Fix includes and forward declarations

Daniele Bartolini 12 年 前
コミット
f83f5ab5d6
1 ファイル変更2 行追加3 行削除
  1. 2 3
      engine/core/filesystem/Filesystem.h

+ 2 - 3
engine/core/filesystem/Filesystem.h

@@ -27,13 +27,12 @@ OTHER DEALINGS IN THE SOFTWARE.
 #pragma once
 #pragma once
 
 
 #include "File.h"
 #include "File.h"
+#include "Vector.h"
+#include "DynamicString.h"
 
 
 namespace crown
 namespace crown
 {
 {
 
 
-class FileSource;
-class DynamicString;
-
 /// Provides a platform-independent way to access files and directories
 /// Provides a platform-independent way to access files and directories
 /// on the host filesystem.
 /// on the host filesystem.
 ///
 ///