lsa: split test suites and reduce includes

refs #4094

Change-Id: I25817cc4786711432b0af60c7819a54b6e41311a
diff --git a/src/lsa/lsa.hpp b/src/lsa/lsa.hpp
index 7dc225a..8404355 100644
--- a/src/lsa/lsa.hpp
+++ b/src/lsa/lsa.hpp
@@ -22,13 +22,13 @@
 #ifndef NLSR_LSA_LSA_HPP
 #define NLSR_LSA_LSA_HPP
 
-#include "name-prefix-list.hpp"
-#include "adjacent.hpp"
-#include "adjacency-list.hpp"
+#include "common.hpp"
 #include "test-access-control.hpp"
 
 #include <ndn-cxx/util/scheduler.hpp>
 
+#include <list>
+
 namespace nlsr {
 
 /*!