diff options
Diffstat (limited to 'cpp/src/qpid/apr/APRSocket.h')
-rw-r--r-- | cpp/src/qpid/apr/APRSocket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/apr/APRSocket.h b/cpp/src/qpid/apr/APRSocket.h index f7e7ad107b..28e0c7e6de 100644 --- a/cpp/src/qpid/apr/APRSocket.h +++ b/cpp/src/qpid/apr/APRSocket.h @@ -18,8 +18,8 @@ #ifndef _APRSocket_ #define _APRSocket_ -#include "apr-1/apr_network_io.h" -#include "qpid/framing/Buffer.h" +#include <apr-1/apr_network_io.h> +#include <qpid/framing/Buffer.h> namespace qpid { namespace sys { |