فهرست منبع

Do not include unnecessary headers

Daniele Bartolini 12 سال پیش
والد
کامیت
edaf23243e
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/core/strings/StringUtils.h

+ 2 - 2
src/core/strings/StringUtils.h

@@ -26,10 +26,10 @@ OTHER DEALINGS IN THE SOFTWARE.
 
 #pragma once
 
-#include "Assert.h"
 #include <cstdio>
 #include <cstring>
-#include "List.h"
+
+#include "Assert.h"
 #include "Types.h"
 
 namespace crown