fix header dependency 90/10290/1 accepted/tizen/ivi/stable accepted/tizen_ivi_release tizen_ivi_release accepted/tizen/20130926.103420 accepted/tizen/20130926.191009 accepted/tizen/20130926.204307 accepted/tizen/generic/20140228.075931 accepted/tizen/generic/20140312.093133 accepted/tizen/ivi/20140227.222159 accepted/tizen/ivi/panda/20140312.104117 accepted/tizen/ivi/release/20140312.124240 accepted/tizen/mobile/20140303.023247 accepted/tizen_ivi_stable/20131119.040335 submit/tizen/20130926.095810 submit/tizen/20140227.200600 submit/tizen/20140312.070657 submit/tizen_ivi_release/20140312.071133 submit/tizen_ivi_stable/20131119.035333
authorYoungjae Shin <yj99.shin@samsung.com>
Thu, 26 Sep 2013 09:53:44 +0000 (18:53 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Thu, 26 Sep 2013 09:53:44 +0000 (18:53 +0900)
Change-Id: I190546e34fbc788165980a3023a66052cd2acbbb

17 files changed:
client/include/ClientChannel.h
client/include/Reader.h
client/include/SEService.h
client/include/SEServiceListener.h
client/include/Session.h
common/include/Channel.h
common/include/FileObject.h
common/include/GDBusHelper.h
common/include/GPACE.h
common/include/Lock.h
common/include/PKCS15.h
common/include/ReaderHelper.h
common/include/SEServiceHelper.h
common/include/Serializable.h
common/include/SessionHelper.h
common/include/SignatureHelper.h
common/include/Terminal.h

index bd0fcf6..9b94394 100644 (file)
@@ -21,6 +21,7 @@
 #include <gio/gio.h>
 #endif
 
+#include "Debug.h"
 #include "smartcard-types.h"
 #ifdef __cplusplus
 #include "Channel.h"
index f913446..f2f0103 100644 (file)
@@ -22,6 +22,7 @@
 #include <gio/gio.h>
 #endif
 
+#include "Debug.h"
 #include "smartcard-types.h"
 #ifdef __cplusplus
 #include "ReaderHelper.h"
index 4ecda27..ade4068 100644 (file)
@@ -22,6 +22,7 @@
 #include <gio/gio.h>
 #endif
 
+#include "Debug.h"
 #include "smartcard-types.h"
 #ifdef __cplusplus
 #include "SEServiceListener.h"
index 21c53f4..886b918 100644 (file)
@@ -17,6 +17,8 @@
 #ifndef SESERVICELISTENER_H_
 #define SESERVICELISTENER_H_
 
+#include "Debug.h"
+
 namespace smartcard_service_api
 {
        class SEServiceHelper;
index 0117d7c..5eff455 100644 (file)
@@ -21,6 +21,7 @@
 #include <gio/gio.h>
 #endif
 
+#include "Debug.h"
 #include "smartcard-types.h"
 #ifdef __cplusplus
 #include "SessionHelper.h"
index 102606c..da0b472 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef CHANNEL_H_
 #define CHANNEL_H_
 
+#include "Debug.h"
 #include "Synchronous.h"
 #include "ByteArray.h"
 #include "Exception.h"
index cf6be8c..3f879bb 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <vector>
 
+#include "Debug.h"
 #include "ProviderHelper.h"
 #include "ByteArray.h"
 #include "FCI.h"
index eae14dd..73edb10 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <glib.h>
 
+#include "Debug.h"
 #include "ByteArray.h"
 
 namespace smartcard_service_api
index 128d55e..c69f59f 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef GPACE_H_
 #define GPACE_H_
 
+#include "Debug.h"
 #include "smartcard-types.h"
 #ifdef __cplusplus
 #include "AccessControlList.h"
index 19974d9..0339d08 100644 (file)
@@ -19,6 +19,8 @@
 
 #include <pthread.h>
 
+#include "Debug.h"
+
 namespace smartcard_service_api
 {
        class EXPORT Lock
index d0faed4..e7bbb7c 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <map>
 
+#include "Debug.h"
 #include "PKCS15Object.h"
 #include "PKCS15ODF.h"
 
index a89d72d..e3c0b8d 100644 (file)
@@ -20,6 +20,7 @@
 #include <vector>
 #include <string>
 
+#include "Debug.h"
 #include "Synchronous.h"
 #include "SessionHelper.h"
 
index 3c57b41..999c293 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <vector>
 
+#include "Debug.h"
 #include "Synchronous.h"
 #include "ReaderHelper.h"
 
index aaf9b75..98ada48 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef SERIALIZABLE_H_
 #define SERIALIZABLE_H_
 
+#include "Debug.h"
 #include "ByteArray.h"
 
 namespace smartcard_service_api
index b1a33c1..513790e 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <vector>
 
+#include "Debug.h"
 #include "Synchronous.h"
 #include "ByteArray.h"
 #include "Channel.h"
index 9644d9b..1da4078 100644 (file)
@@ -22,8 +22,8 @@
 #include "ByteArray.h"
 #endif /* __cplusplus */
 
-#include "smartcard-types.h"
 #include "Debug.h"
+#include "smartcard-types.h"
 
 #ifdef __cplusplus
 using namespace std;
index f55cbb7..1b7d7b3 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef TERMINAL_H_
 #define TERMINAL_H_
 
+#include "Debug.h"
 #include "ByteArray.h"
 #include "Synchronous.h"