]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1704] Change search style for includes in the interprocess_sync_* headers
authorMukund Sivaraman <muks@isc.org>
Fri, 1 Jun 2012 06:21:12 +0000 (11:51 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 1 Jun 2012 06:21:12 +0000 (11:51 +0530)
src/lib/util/interprocess_sync_file.h
src/lib/util/interprocess_sync_null.h

index 0c999299973667722acdd857d8df3a6dd987b519..fd8da1b4385d41471df4c84b332479877b6f6536 100644 (file)
@@ -15,8 +15,8 @@
 #ifndef __INTERPROCESS_SYNC_FILE_H__
 #define __INTERPROCESS_SYNC_FILE_H__
 
-#include "util/interprocess_sync.h"
-#include "exceptions/exceptions.h"
+#include <util/interprocess_sync.h>
+#include <exceptions/exceptions.h>
 
 namespace isc {
 namespace util {
index 150d585d3b0a02127ec0d5484599a6e7d8007d41..6ac032245e101007cbdac30c65eb27b52b66d877 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef __INTERPROCESS_SYNC_NULL_H__
 #define __INTERPROCESS_SYNC_NULL_H__
 
-#include "util/interprocess_sync.h"
+#include <util/interprocess_sync.h>
 
 namespace isc {
 namespace util {