From 21a41c6781177b439cf61719e06454c2d7e8cfa9 Mon Sep 17 00:00:00 2001 From: Kimmo Hoikka Date: Thu, 29 May 2014 13:08:38 +0100 Subject: [PATCH] (cleanup) Stop including std::vector directly inside dali Change-Id: Iefe976f24129a890f645a8f33acd67153fa291d4 --- dali/integration-api/resource-types.h | 2 +- dali/internal/event/common/demangler.h | 6 ++++-- dali/internal/update/gestures/pan-gesture-profiling.h | 4 +--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dali/integration-api/resource-types.h b/dali/integration-api/resource-types.h index f8f0d65..8539145 100644 --- a/dali/integration-api/resource-types.h +++ b/dali/integration-api/resource-types.h @@ -19,9 +19,9 @@ // EXTERNAL INCLUDES #include -#include // INTERNAL INCLUDES +#include #include #include diff --git a/dali/internal/event/common/demangler.h b/dali/internal/event/common/demangler.h index 8c90c8e..1ccbfc0 100644 --- a/dali/internal/event/common/demangler.h +++ b/dali/internal/event/common/demangler.h @@ -17,10 +17,12 @@ // limitations under the License. // -// INTERNAL INCLUDES -#include +// EXTERNAL INCLUDES #include +// INTERNAL INCLUDES +#include + namespace Dali { diff --git a/dali/internal/update/gestures/pan-gesture-profiling.h b/dali/internal/update/gestures/pan-gesture-profiling.h index beef37d..8a214a1 100644 --- a/dali/internal/update/gestures/pan-gesture-profiling.h +++ b/dali/internal/update/gestures/pan-gesture-profiling.h @@ -17,11 +17,9 @@ // limitations under the License. // -// EXTERNAL INCLUDES -#include - // INTERNAL INCLUDES #include +#include namespace Dali { -- 2.7.4