From: Adeel Kazmi Date: Mon, 2 Oct 2017 16:53:29 +0000 (+0100) Subject: Changes required after progress bar moved to the Public API X-Git-Tag: dali_1.2.60~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61caf238fcefc8323d8eed73aba91b3b1e384d03;p=platform%2Fcore%2Fuifw%2Fdali-demo.git Changes required after progress bar moved to the Public API Change-Id: I2ca9884dc7305a2c8840f67b016269917026bdef --- diff --git a/examples/progress-bar/progress-bar-example.cpp b/examples/progress-bar/progress-bar-example.cpp index f12fd28..049b559 100644 --- a/examples/progress-bar/progress-bar-example.cpp +++ b/examples/progress-bar/progress-bar-example.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2017 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,6 @@ #include "shared/view.h" #include -#include using namespace Dali; using namespace Dali::Toolkit;