commit | 7f02c1e1ec871e316ae289d57d6df6453005f00c | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Wed Jan 29 22:57:01 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 29 22:23:20 2014 -0800 |
tree | e02400df22832b4047bbc47ced8ef68eb8dd7909 | |
parent | 5b433984c181c8cfa8db5a81a14eb35a66940825 [diff] [blame] |
core: move event-emitter to core Change-Id: I76f6fc7d8c4731bbbb95ea257e339e15b96dbea1
diff --git a/daemon/face/face.hpp b/daemon/face/face.hpp index d6da710..9ff2d20 100644 --- a/daemon/face/face.hpp +++ b/daemon/face/face.hpp
@@ -8,7 +8,7 @@ #define NFD_FACE_FACE_H #include "common.hpp" -#include "util/event-emitter.hpp" +#include "core/event-emitter.hpp" namespace nfd {