Remove dali.h from core test 76/113976/1
authorFrancisco Santos <f1.santos@samsung.com>
Thu, 9 Feb 2017 10:58:05 +0000 (10:58 +0000)
committerFrancisco Santos <f1.santos@samsung.com>
Thu, 9 Feb 2017 10:58:27 +0000 (10:58 +0000)
Change-Id: I5f89e11d27daffb275a96466b0e5c100ff8f9027

automated-tests/src/dali/dali-test-suite-utils/test-custom-actor.h

index cbe4ab5..c79b4b1 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef TEST_CUSTOM_ACTOR_H
 #define TEST_CUSTOM_ACTOR_H
 
-#include <dali/dali.h>
+#include <dali/public-api/dali-core.h>
 #include <dali/devel-api/object/property-helper-devel.h>
 
 extern std::vector< std::string > MasterCallStack;