Ignore non-fatal libJPEGTurbo decode warnings / errors
[platform/core/uifw/dali-adaptor.git] / adaptors / common / orientation-impl.cpp
index ddac990..cbd705e 100644 (file)
@@ -19,7 +19,6 @@
 #include "orientation-impl.h"
 
 // EXTERNAL INCLUDES
-#include <Ecore.h>
 #include <dali/integration-api/debug.h>
 
 // INTERNAL INCLUDES
@@ -70,7 +69,7 @@ float Orientation::GetRadians() const
   return Math::PI * (float)mOrientation / 180.0f;
 }
 
-Orientation::OrientationSignalV2& Orientation::ChangedSignal()
+Orientation::OrientationSignalType& Orientation::ChangedSignal()
 {
   return mChangedSignal;
 }