commit | a1937bf54ceffd10115731a90afe55cfe0141892 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Thu Nov 06 11:43:40 2014 -0700 |
committer | Alex Afanasyev <alexander.afanasyev@ucla.edu> | Fri Nov 14 12:44:55 2014 -0800 |
tree | 8fe26719eec64ddc113dd12f0865918f2b0d73f9 | |
parent | 913806d04730ccc6b5d4c966981f44a6766c8a5b [diff] [blame] |
core: use FaceUri from ndn-cxx refs #2143 Change-Id: Ida06daf406f941a699c9f1013450951db3cd28e9
diff --git a/daemon/face/protocol-factory.hpp b/daemon/face/protocol-factory.hpp index 5a4a2f5..0542017 100644 --- a/daemon/face/protocol-factory.hpp +++ b/daemon/face/protocol-factory.hpp
@@ -26,12 +26,10 @@ #ifndef NFD_DAEMON_FACE_PROTOCOL_FACTORY_HPP #define NFD_DAEMON_FACE_PROTOCOL_FACTORY_HPP -#include "common.hpp" -#include "core/face-uri.hpp" +#include "face.hpp" namespace nfd { -class Face; class Channel; /**