tests: sync common testing infrastructure with ndn-cxx
Change-Id: I1e5cdcda8f6d3d9f9addc7a9f17359aedef9db7e
diff --git a/tests/test-lsa.cpp b/tests/test-lsa.cpp
index d89fef6..9fb6863 100644
--- a/tests/test-lsa.cpp
+++ b/tests/test-lsa.cpp
@@ -22,11 +22,10 @@
#include "lsa/name-lsa.hpp"
#include "lsa/adj-lsa.hpp"
#include "lsa/coordinate-lsa.hpp"
-#include "test-common.hpp"
#include "adjacent.hpp"
#include "name-prefix-list.hpp"
-#include <ndn-cxx/util/time.hpp>
+#include "tests/boost-test.hpp"
namespace nlsr {
namespace test {