Change include brackets 66/30366/3
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Mon, 17 Nov 2014 08:41:30 +0000 (09:41 +0100)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Mon, 17 Nov 2014 10:12:49 +0000 (11:12 +0100)
Include brackets style of 2 files in credential libraries was changed
from "" to <> , as it is used in other headers.

Change-Id: I1dba20862a53acdccf65d671b15b254310121961
Signed-off-by: Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
src/include/cynara-creds-dbus.h
src/include/cynara-creds-socket.h

index 6f24f74..7f151f1 100644 (file)
@@ -28,7 +28,7 @@
 #include <dbus/dbus.h>
 #include <sys/types.h>
 
-#include "cynara-creds-commons.h"
+#include <cynara-creds-commons.h>
 
 #ifdef __cplusplus
 extern "C" {
index e9dc2af..252af26 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <sys/types.h>
 
-#include "cynara-creds-commons.h"
+#include <cynara-creds-commons.h>
 
 #ifdef __cplusplus
 extern "C" {