Commit 61caf238fcefc8323d8eed73aba91b3b1e384d03

Authored by Adeel Kazmi
1 parent 2b85588e

Changes required after progress bar moved to the Public API

Change-Id: I2ca9884dc7305a2c8840f67b016269917026bdef
examples/progress-bar/progress-bar-example.cpp
1 1 /*
2   - * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  2 + * Copyright (c) 2017 Samsung Electronics Co., Ltd.
3 3 *
4 4 * Licensed under the Apache License, Version 2.0 (the "License");
5 5 * you may not use this file except in compliance with the License.
... ... @@ -17,7 +17,6 @@
17 17  
18 18 #include "shared/view.h"
19 19 #include <dali-toolkit/dali-toolkit.h>
20   -#include <dali-toolkit/devel-api/controls/progress-bar/progress-bar.h>
21 20  
22 21 using namespace Dali;
23 22 using namespace Dali::Toolkit;
... ...