commit | 09c613f7826ad1089258e562d21b6a7780369c3e | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 29 00:23:58 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 29 10:28:39 2014 -0800 |
tree | ea5c98f66f39bfd4f450cd4a2cde2defccaa63e9 | |
parent | d033930fa74b996e4e5a491c13ef9f6c319a8e11 [diff] [blame] |
src: Another round of source updates: moving all headers close to implementation files Change-Id: I3d47076504950e67746174623c75383948e9d93d
diff --git a/src/interest.cpp b/src/interest.cpp index bbaf90a..7f2ddc1 100644 --- a/src/interest.cpp +++ b/src/interest.cpp
@@ -6,8 +6,8 @@ */ #include <stdexcept> -#include <ndn-cpp-dev/common.hpp> -#include <ndn-cpp-dev/interest.hpp> +#include "common.hpp" +#include "interest.hpp" #if __clang__ #pragma clang diagnostic push