commit | 17882b454ea9fd41b15a020603cc3b71a3d61a30 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Fri Aug 23 16:23:22 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Fri Aug 23 16:23:22 2013 -0700 |
tree | 5527af732531203a8e21bbd1f9de8856af711ce9 | |
parent | 3af7e798178321a0a06feed9ca924b285d79c004 [diff] [blame] |
Use relative paths for local includes.
diff --git a/tests/test-get-async.cpp b/tests/test-get-async.cpp index 901c70e..da02c81 100644 --- a/tests/test-get-async.cpp +++ b/tests/test-get-async.cpp
@@ -6,9 +6,7 @@ #include <cstdlib> #include <sstream> #include <iostream> -#include <ndn-cpp/interest.hpp> -#include <ndn-cpp/data.hpp> -#include <ndn-cpp/face.hpp> +#include "../ndn-cpp/face.hpp" using namespace std; using namespace ndn;