Move to use Name.cpp
diff --git a/ndn-cpp/Name.cpp b/ndn-cpp/Name.cpp
index c66ecca..8caa59d 100644
--- a/ndn-cpp/Name.cpp
+++ b/ndn-cpp/Name.cpp
@@ -4,11 +4,14 @@
  * BSD license, See the LICENSE file for more information.
  */
 
-#include <stdexcept>
 #include "Name.hpp"
 
 using namespace std;
 
 namespace ndn {
 
+Name::Name() 
+{
+}
+  
 }