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/data.cpp b/src/data.cpp index 19db78f..85d87a5 100644 --- a/src/data.cpp +++ b/src/data.cpp
@@ -5,8 +5,8 @@ * See COPYING for copyright and distribution information. */ -#include <ndn-cpp-dev/common.hpp> -#include <ndn-cpp-dev/data.hpp> +#include "common.hpp" +#include "data.hpp" using namespace std;