replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / service / simulator / ramlparser / raml / IncludeResolver.h
index 2bd5ab2..da90c64 100755 (executable)
 #ifndef INCLUDE_RESOLVER_H\r
 #define INCLUDE_RESOLVER_H\r
 \r
-#include "yaml-cpp/yaml.h"\r
-#include "cJSON.h"\r
-#include "Utils.h"\r
 #include <fstream>\r
+#include <algorithm>\r
+#if defined (__TIZENRT__)\r
+#include <apps/netutils/cJSON.h>\r
+#else\r
+#include "cJSON.h"\r
+#endif\r
+#include "yaml-cpp/yaml.h"\r
 #include "yaml-cpp/exceptions.h"\r
+#include "RamlUtils.h"\r
 #include "RamlExceptions.h"\r
 \r
 namespace RAML\r