commit | 0c39537a220815a1423d772304521511eb91687b | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Dec 20 15:54:02 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 01 17:30:46 2015 -0800 |
tree | 18024c73339597aa3d7a9ba40a4d31afd04e9481 | |
parent | 60c046258faa31fa8a34a832df3df78b74fb9edb [diff] [blame] |
build: Fixing of includes
diff --git a/model/cs/content-store-nocache.cpp b/model/cs/content-store-nocache.cpp index 001dc58..61515c1 100644 --- a/model/cs/content-store-nocache.cpp +++ b/model/cs/content-store-nocache.cpp
@@ -20,12 +20,10 @@ * */ -#include "content-store-nocache.h" +#include "content-store-nocache.hpp" + #include "ns3/log.h" #include "ns3/packet.h" -#include "ns3/ndn-name.h" -#include "ns3/ndn-interest.h" -#include "ns3/ndn-data.h" NS_LOG_COMPONENT_DEFINE ("ndn.cs.Nocache");