commit | 689f0e9d52f6c08bc1e4f57690340a31b65e27d8 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Nov 09 12:09:00 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Nov 09 19:17:11 2014 -0800 |
tree | 7dcff94b1276b2d95cb8196c280fe40ca03503b6 | |
parent | 838c4f1a2afb70c8ce3d741973f7418e1ac14033 [diff] [blame] |
tools+core: Moving Network class implementation to core Change-Id: I312b827215c8ec3d13aff61584f162125fc48d2a Refs: #2153
diff --git a/tools/nfd-autoreg.cpp b/tools/nfd-autoreg.cpp index 0b6f7a5..dc013ea 100644 --- a/tools/nfd-autoreg.cpp +++ b/tools/nfd-autoreg.cpp
@@ -37,7 +37,7 @@ #include "version.hpp" #include "core/face-uri.hpp" -#include "network.hpp" +#include "core/network.hpp" namespace po = boost::program_options;