daemon: avoid including <boost/bind.hpp>
It seems unnecessary and causes a build failure with Boost 1.76.0
Change-Id: Idd07fb689d67fcc3d21d23526c1aff31726bd770
diff --git a/src/daemon/name-server.hpp b/src/daemon/name-server.hpp
index 8a84f42..b6095c7 100644
--- a/src/daemon/name-server.hpp
+++ b/src/daemon/name-server.hpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
- * Copyright (c) 2014-2020, Regents of the University of California.
+ * Copyright (c) 2014-2021, Regents of the University of California.
*
* This file is part of NDNS (Named Data Networking Domain Name Service).
* See AUTHORS.md for complete list of NDNS authors and contributors.
@@ -30,9 +30,6 @@
#include <ndn-cxx/security/key-chain.hpp>
#include <ndn-cxx/face.hpp>
-#include <boost/asio.hpp>
-#include <boost/bind.hpp>
-
#include <sstream>
#include <stdexcept>