From: Xiangyin Ma Date: Thu, 22 Oct 2015 12:52:51 +0000 (+0100) Subject: Update with the moving of mutex, conditional wait under a threading folder X-Git-Tag: dali_1.1.8~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F50001%2F1;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git Update with the moving of mutex, conditional wait under a threading folder Change-Id: If13685509d69fc6a3139e2b073f05a02bb0dca14 --- diff --git a/adaptors/base/performance-logging/networking/network-performance-server.h b/adaptors/base/performance-logging/networking/network-performance-server.h index 6cff347..d323c1a 100644 --- a/adaptors/base/performance-logging/networking/network-performance-server.h +++ b/adaptors/base/performance-logging/networking/network-performance-server.h @@ -20,7 +20,7 @@ // EXTERNAL INCLUDES #include -#include +#include #include // INTERNAL INCLUDES diff --git a/adaptors/base/performance-logging/performance-server.h b/adaptors/base/performance-logging/performance-server.h index 8c71900..6ee2a29 100644 --- a/adaptors/base/performance-logging/performance-server.h +++ b/adaptors/base/performance-logging/performance-server.h @@ -20,7 +20,7 @@ // EXTERNAL INCLDUES #include -#include +#include // INTERNAL INCLUDES #include diff --git a/adaptors/base/performance-logging/statistics/stat-context-manager.h b/adaptors/base/performance-logging/statistics/stat-context-manager.h index 1252eee..35308d2 100644 --- a/adaptors/base/performance-logging/statistics/stat-context-manager.h +++ b/adaptors/base/performance-logging/statistics/stat-context-manager.h @@ -19,7 +19,7 @@ */ // EXTERNAL INCLUDES -#include +#include // INTERNAL INCLUDES #include diff --git a/adaptors/base/thread-synchronization.h b/adaptors/base/thread-synchronization.h index dbd00ed..b1106e9 100644 --- a/adaptors/base/thread-synchronization.h +++ b/adaptors/base/thread-synchronization.h @@ -19,7 +19,7 @@ */ // EXTERNAL INCLUDES -#include +#include // INTERNAL INCLUDES #include diff --git a/adaptors/x11/pixmap-render-surface-x.cpp b/adaptors/x11/pixmap-render-surface-x.cpp index 6cfd46c..f945a8c 100644 --- a/adaptors/x11/pixmap-render-surface-x.cpp +++ b/adaptors/x11/pixmap-render-surface-x.cpp @@ -28,7 +28,7 @@ #include #include -#include +#include // INTERNAL INCLUDES diff --git a/platform-abstractions/tizen/resource-loader/resource-loader.cpp b/platform-abstractions/tizen/resource-loader/resource-loader.cpp index 2caa5ef..a0e3fcf 100755 --- a/platform-abstractions/tizen/resource-loader/resource-loader.cpp +++ b/platform-abstractions/tizen/resource-loader/resource-loader.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include // INTERNAL HEADERS #include diff --git a/platform-abstractions/tizen/resource-loader/resource-thread-base.h b/platform-abstractions/tizen/resource-loader/resource-thread-base.h index 5f85ecf..280785d 100644 --- a/platform-abstractions/tizen/resource-loader/resource-thread-base.h +++ b/platform-abstractions/tizen/resource-loader/resource-thread-base.h @@ -20,7 +20,7 @@ // EXTERNAL INCLUDES #include -#include +#include // INTERNAL INCLUDES #include "resource-loader.h"