Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW
Refs: #4834
Change-Id: I1851f0b03f1192763b367ee6afba6860717420e7
diff --git a/core/common.hpp b/core/common.hpp
index 4e76a6b..5a45420 100644
--- a/core/common.hpp
+++ b/core/common.hpp
@@ -57,7 +57,6 @@
#include <boost/program_options/options_description.hpp>
#include <boost/program_options/variables_map.hpp>
#include <boost/program_options/parsers.hpp>
-#include <boost/throw_exception.hpp>
#include <ndn-cxx/data.hpp>
#include <ndn-cxx/face.hpp>
@@ -65,6 +64,7 @@
#include <ndn-cxx/name.hpp>
#include <ndn-cxx/security/key-chain.hpp>
#include <ndn-cxx/util/backports.hpp>
+#include <ndn-cxx/util/exception.hpp>
#include <ndn-cxx/util/scheduler.hpp>
#include <ndn-cxx/util/signal.hpp>
#include <ndn-cxx/util/time.hpp>