Просмотр исходного кода

Fix includes and forward declarations

Daniele Bartolini 12 лет назад
Родитель
Сommit
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
 
 #include "File.h"
+#include "Vector.h"
+#include "DynamicString.h"
 
 namespace crown
 {
 
-class FileSource;
-class DynamicString;
-
 /// Provides a platform-independent way to access files and directories
 /// on the host filesystem.
 ///