Change file Naming
diff --git a/nlsr.hpp b/nlsr.hpp
index 495bf84..ed2e4d2 100644
--- a/nlsr.hpp
+++ b/nlsr.hpp
@@ -5,9 +5,9 @@
 #include <ndn-cpp-dev/security/key-chain.hpp>
 #include <ndn-cpp-dev/util/scheduler.hpp>
 
-#include "conf_param.hpp"
-#include "adl.hpp"
-#include "npl.hpp"
+#include "nlsr_conf_param.hpp"
+#include "nlsr_adl.hpp"
+#include "nlsr_npl.hpp"
 #include "nlsr_im.hpp"
 #include "nlsr_dm.hpp"