commit | 285e63bef64d8ddcb9ea9ce64adab3ebcfdb1526 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Mon Aug 05 10:43:30 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Mon Aug 05 10:43:30 2013 -0700 |
tree | 848c7d9e179eee0e89f2641f8ca768c1189fa231 | |
parent | 82e9e6e48c440538460e9b239faef4457a2a9882 [diff] |
common.hpp should be lower case
diff --git a/ndn-cpp/Closure.hpp b/ndn-cpp/Closure.hpp index 77d212a..9055157 100644 --- a/ndn-cpp/Closure.hpp +++ b/ndn-cpp/Closure.hpp
@@ -10,7 +10,7 @@ #ifndef NDN_CLOSURE_HPP #define NDN_CLOSURE_HPP -#include "Common.hpp" +#include "common.hpp" namespace ndn {