From 61caf238fcefc8323d8eed73aba91b3b1e384d03 Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Mon, 2 Oct 2017 17:53:29 +0100 Subject: [PATCH] Changes required after progress bar moved to the Public API --- examples/progress-bar/progress-bar-example.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- libgit2 0.21.4