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

Do not include Crown.h, use local headers instead

Daniele Bartolini 12 лет назад
Родитель
Сommit
d1e383a764
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      tools/cli/resource-hash.cpp

+ 5 - 1
tools/cli/resource-hash.cpp

@@ -1,7 +1,11 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "Crown.h"
+#include "Hash.h"
+#include "Path.h"
+#include "StringUtils.h"
+#include "Args.h"
+#include "Resource.h"
 
 using namespace crown;