commit | 25b4e61cedef1e58fee23b015199947cfacf8ef9 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Oct 10 16:03:24 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Oct 10 16:03:24 2013 -0700 |
tree | a78918265037305c387b53b0f45a66403fbbc9ae | |
parent | 3855198d990e308aac80784dbd5404f8b01a980c [diff] [blame] |
make: Global change: Move all public headers to include folder. Change source to including public headers using #include <ndn-cpp/*>. Split some header files to minimize exposing C .h files.
diff --git a/ndn-cpp/util/logging.hpp b/ndn-cpp/util/logging.hpp index 87d9ad5..f1afe72 100644 --- a/ndn-cpp/util/logging.hpp +++ b/ndn-cpp/util/logging.hpp
@@ -9,7 +9,7 @@ #ifndef NDN_LOGGING_HPP #define NDN_LOGGING_HPP -#include "../common.hpp" +#include <ndn-cpp//common.hpp> #ifdef NDN_CPP_HAVE_LOG4CXX