Adjust includes for the updated locations of ndn-cxx security headers
Change-Id: If598dc04f52875add28b47aa0b2be55f9d7304ec
diff --git a/src/common.hpp b/src/common.hpp
index 1a862d0..4b36208 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
- * Copyright (c) 2014-2018, Regents of the University of California.
+ * Copyright (c) 2014-2020, Regents of the University of California.
*
* This file is part of NDN repo-ng (Next generation of NDN repository).
* See AUTHORS.md for complete list of repo-ng authors and contributors.
@@ -27,8 +27,8 @@
#include <ndn-cxx/interest.hpp>
#include <ndn-cxx/key-locator.hpp>
#include <ndn-cxx/name.hpp>
-#include <ndn-cxx/security/v2/key-chain.hpp>
-#include <ndn-cxx/security/v2/validator.hpp>
+#include <ndn-cxx/security/key-chain.hpp>
+#include <ndn-cxx/security/validator.hpp>
#include <ndn-cxx/security/validator-config.hpp>
#include <ndn-cxx/util/time.hpp>
#include <ndn-cxx/util/scheduler.hpp>
@@ -61,9 +61,9 @@
using ndn::Data;
using ndn::KeyLocator;
using ndn::Scheduler;
-using ndn::security::v2::KeyChain;
-using ndn::security::v2::Validator;
-using ndn::security::v2::ValidationError;
+using ndn::security::KeyChain;
+using ndn::security::Validator;
+using ndn::security::ValidationError;
using ndn::security::ValidatorConfig;
using boost::noncopyable;