Explorar el Código

Update #includes

Daniele Bartolini hace 12 años
padre
commit
6499d1ea48
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      tools/core/Args.h
  2. 1 1
      tools/core/strings/Path.h

+ 1 - 1
tools/core/Args.h

@@ -28,7 +28,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 
 #include "Assert.h"
 #include "Types.h"
-#include "String.h"
+#include "StringUtils.h"
 
 namespace crown
 {

+ 1 - 1
tools/core/strings/Path.h

@@ -26,7 +26,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 
 #pragma once
 
-#include "String.h"
+#include "StringUtils.h"
 
 namespace crown
 {