diff options
Diffstat (limited to 'src/lib/dns/exceptions.cc')
-rw-r--r-- | src/lib/dns/exceptions.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dns/exceptions.cc b/src/lib/dns/exceptions.cc index 0f68b6d14f..731a92de87 100644 --- a/src/lib/dns/exceptions.cc +++ b/src/lib/dns/exceptions.cc @@ -14,8 +14,8 @@ // $Id$ -#include "exceptions.h" -#include "message.h" +#include <dns/exceptions.h> +#include <dns/message.h> namespace isc { namespace dns { |