commit | 158ec0d89f9ff7719763194f13fb346f3dae49e9 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Apr 05 13:48:55 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Apr 05 13:48:55 2012 -0700 |
tree | 0d5777cb6a0de9547a250e7a2d5dcdac2b4e73bf | |
parent | 0ad7c21dfa321c0b80c0fdaefe564b238d935af4 [diff] [blame] |
Small reogranization
diff --git a/test/test_sync_logic.cc b/test/test_sync_logic.cc index 5b36ba8..f6b6808 100644 --- a/test/test_sync_logic.cc +++ b/test/test_sync_logic.cc
@@ -27,9 +27,9 @@ #include <boost/make_shared.hpp> -#include "../model/sync-ccnx-wrapper.h" -#include "../model/sync-logic.h" -#include "../model/sync-seq-no.h" +#include "sync-ccnx-wrapper.h" +#include "sync-logic.h" +#include "sync-seq-no.h" using namespace std; using namespace boost;