summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/apr/APRBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/apr/APRBase.h')
-rw-r--r--cpp/src/qpid/apr/APRBase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/apr/APRBase.h b/cpp/src/qpid/apr/APRBase.h
index b84e9860df..ee6ba51417 100644
--- a/cpp/src/qpid/apr/APRBase.h
+++ b/cpp/src/qpid/apr/APRBase.h
@@ -19,8 +19,8 @@
#define _APRBase_
#include <string>
-#include "apr-1/apr_thread_mutex.h"
-#include "apr-1/apr_errno.h"
+#include <apr-1/apr_thread_mutex.h>
+#include <apr-1/apr_errno.h>
namespace qpid {
namespace sys {