Don't include ndn-cxx/common.hpp

ndn-cxx/common.hpp is ndn-cxx implementation detail and should
not be used in other codebase.

refs #4782

Change-Id: Ic59aedff422c9b55d58a26236f07d70f5aa1c848
diff --git a/src/daemon/db-mgr.hpp b/src/daemon/db-mgr.hpp
index ff0066e..8b83838 100644
--- a/src/daemon/db-mgr.hpp
+++ b/src/daemon/db-mgr.hpp
@@ -21,11 +21,10 @@
 #define NDNS_DAEMON_DB_MGR_HPP
 
 #include "config.hpp"
-#include "zone.hpp"
 #include "rrset.hpp"
+#include "zone.hpp"
 
 #include <map>
-#include <ndn-cxx/common.hpp>
 #include <sqlite3.h>
 
 namespace ndn {