commit | f4cde4ebf3f0185c72ff2692dd52a8b291daa31a | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Dec 25 13:42:57 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Dec 25 23:27:15 2016 -0800 |
tree | 2435ed13f86da9aad2e5f649196b7e6b7f574a42 | |
parent | 452899723a91398bc0111b9345c6122ac1e42db0 [diff] [blame] |
Fix includes
diff --git a/src/file-state.hpp b/src/file-state.hpp index f5617d4..99c28f5 100644 --- a/src/file-state.hpp +++ b/src/file-state.hpp
@@ -22,11 +22,11 @@ #ifndef FILE_STATE_H #define FILE_STATE_H -#include "db-helper.h" +#include "db-helper.hpp" -#include "ndnx-name.h" -#include "file-item.pb.h" -#include "hash-helper.h" +#include "ccnx-name.hpp" +#include "file-item.pb.hpp" +#include "hash-helper.hpp" #include <boost/tuple/tuple.hpp> #include <boost/exception/all.hpp>