Changes required after progress bar moved to the Public API 91/153891/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 2 Oct 2017 16:53:29 +0000 (17:53 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 2 Oct 2017 16:53:29 +0000 (17:53 +0100)
Change-Id: I2ca9884dc7305a2c8840f67b016269917026bdef

examples/progress-bar/progress-bar-example.cpp

index f12fd28..049b559 100644 (file)
@@ -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 <dali-toolkit/dali-toolkit.h>
-#include <dali-toolkit/devel-api/controls/progress-bar/progress-bar.h>
 
 using namespace Dali;
 using namespace Dali::Toolkit;