rename src to PSync and change include style

refs #4779

Change-Id: I74a08a6e4ab4909be49341f60ed9735f76b3da59
This commit is contained in:
Ashlesh Gawande
2018-12-13 15:29:19 -06:00
parent 2e82df1168
commit 78b94adbc2
31 changed files with 54 additions and 57 deletions
+3 -3
View File
@@ -17,10 +17,10 @@
* PSync, e.g., in COPYING.md file. If not, see <http://www.gnu.org/licenses/>.
**/
#include "full-producer.hpp"
#include "consumer.hpp"
#include "unit-test-time-fixture.hpp"
#include "detail/state.hpp"
#include "PSync/full-producer.hpp"
#include "PSync/consumer.hpp"
#include "PSync/detail/state.hpp"
#include <boost/test/unit_test.hpp>
#include <ndn-cxx/name.hpp>