فهرست منبع

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
 
 #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.
 ///