BIND 10 trac1957, updated. 0e1996af4d06ab528f76e13a3ce7c4c29b12d046 [1957] Reordered inclusions in ifaceMgr.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jun 15 09:44:59 UTC 2012
The branch, trac1957 has been updated
via 0e1996af4d06ab528f76e13a3ce7c4c29b12d046 (commit)
from 41f4bacdf9f658999d94f36a2925dc5e0c62dcfd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0e1996af4d06ab528f76e13a3ce7c4c29b12d046
Author: Marcin Siodelski <marcin at isc.org>
Date: Fri Jun 15 11:44:43 2012 +0200
[1957] Reordered inclusions in ifaceMgr.cc
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/iface_mgr.cc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/iface_mgr.cc b/src/lib/dhcp/iface_mgr.cc
index d8928c3..c4f0069 100644
--- a/src/lib/dhcp/iface_mgr.cc
+++ b/src/lib/dhcp/iface_mgr.cc
@@ -18,14 +18,13 @@
#include <string.h>
#include <netinet/in.h>
#include <arpa/inet.h>
+#include <asio.hpp>
#include <dhcp/dhcp4.h>
#include <dhcp/dhcp6.h>
#include <dhcp/iface_mgr.h>
#include <exceptions/exceptions.h>
-#include <asio.hpp>
#include <asiolink/udp_endpoint.h>
-#include <asio/error.hpp>
#include <asiolink/io_error.h>
#include <util/io/pktinfo_utilities.h>
More information about the bind10-changes
mailing list