X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fbuilder%2Freplacement.h;h=3c4d8291c45707b351ed640bbd147d4314c7c007;hb=0c4cb5c86c95c343d867a2400e9fe8d9fef279b0;hp=0b54942db116c539212a869fdd808174bb80021f;hpb=306d2f61a1b64179e801fa8a0bb2bd7b4e9dd682;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/builder/replacement.h b/dali-toolkit/internal/builder/replacement.h index 0b54942..3c4d829 100644 --- a/dali-toolkit/internal/builder/replacement.h +++ b/dali-toolkit/internal/builder/replacement.h @@ -18,8 +18,11 @@ * */ +// EXTERNAL INCLUDES #include -#include + +// INTERNAL INCLUDES +#include #include namespace Dali @@ -99,13 +102,6 @@ public: * @param node The TreeNode to check * @return Optional value */ - OptionalUnsignedInt IsUnsignedInteger( const TreeNode & node ) const; - - /* @brief Check node for a type - * - * @param node The TreeNode to check - * @return Optional value - */ OptionalVector2 IsVector2( const TreeNode & node ) const; /* @brief Check node for a type