Move key.hpp to sha256-with-rsa-signature.hpp.
diff --git a/ndn-cpp/data.hpp b/ndn-cpp/data.hpp
index cde7302..26fb9f9 100644
--- a/ndn-cpp/data.hpp
+++ b/ndn-cpp/data.hpp
@@ -9,7 +9,6 @@
 
 #include "common.hpp"
 #include "name.hpp"
-#include "key.hpp"
 #include "util/signed-blob.hpp"
 #include "c/data.h"
 
@@ -250,6 +249,7 @@
     content_ = content; 
     onChanged();
   }
+  
   void 
   setContent(const unsigned char* content, unsigned int contentLength) 
   {