diff options
author | Francis Dupont <fdupont@isc.org> | 2021-07-06 13:32:55 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2021-07-09 19:29:00 +0200 |
commit | 49e7250b2125e254c82b0bb0ecf1e911e454e5df (patch) | |
tree | 57d129baca3d52f5be705a2702001ccf5ac2ac77 /src/bin/d2/nc_remove.cc | |
parent | [#1957] Updated the .dox (diff) | |
download | kea-49e7250b2125e254c82b0bb0ecf1e911e454e5df.tar.xz kea-49e7250b2125e254c82b0bb0ecf1e911e454e5df.zip |
[#1963] Moved code from D2CfgContextPtr
Diffstat (limited to 'src/bin/d2/nc_remove.cc')
-rw-r--r-- | src/bin/d2/nc_remove.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/d2/nc_remove.cc b/src/bin/d2/nc_remove.cc index cd0b14bb59..8c158598d3 100644 --- a/src/bin/d2/nc_remove.cc +++ b/src/bin/d2/nc_remove.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2013-2021 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -6,9 +6,9 @@ #include <config.h> -#include <d2/d2_log.h> -#include <d2/d2_cfg_mgr.h> #include <d2/nc_remove.h> +#include <d2srv/d2_cfg_mgr.h> +#include <d2srv/d2_log.h> #include <functional> |