BIND 10 trac2270, updated. de29c07129d41c96ee0d5eebdd30a1ea7fb9ac8a [2270] Headers reordered.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Dec 12 12:02:54 UTC 2012
The branch, trac2270 has been updated
via de29c07129d41c96ee0d5eebdd30a1ea7fb9ac8a (commit)
from 8792cbaca81edb2106863f8043fe490d148db54a (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 de29c07129d41c96ee0d5eebdd30a1ea7fb9ac8a
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Wed Dec 12 13:02:40 2012 +0100
[2270] Headers reordered.
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp4/config_parser.cc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp4/config_parser.cc b/src/bin/dhcp4/config_parser.cc
index 58ed7a1..08ea894 100644
--- a/src/bin/dhcp4/config_parser.cc
+++ b/src/bin/dhcp4/config_parser.cc
@@ -12,13 +12,13 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
-#include <boost/foreach.hpp>
-#include <boost/lexical_cast.hpp>
-#include <boost/algorithm/string.hpp>
#include <config/ccsession.h>
#include <dhcp/cfgmgr.h>
#include <dhcp4/config_parser.h>
#include <dhcp4/dhcp4_log.h>
+#include <boost/foreach.hpp>
+#include <boost/lexical_cast.hpp>
+#include <boost/algorithm/string.hpp>
#include <limits>
#include <iostream>
#include <vector>
More information about the bind10-changes
mailing list