Browse Source

[1704] Change search style for includes in the interprocess_sync_* headers

Mukund Sivaraman 13 years ago
parent
commit
cc84b0a02d
2 changed files with 3 additions and 3 deletions
  1. 2 2
      src/lib/util/interprocess_sync_file.h
  2. 1 1
      src/lib/util/interprocess_sync_null.h

+ 2 - 2
src/lib/util/interprocess_sync_file.h

@@ -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 {

+ 1 - 1
src/lib/util/interprocess_sync_null.h

@@ -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 {