merge detail folders
Change-Id: Id8f126bb4f4dd621f224d3d705b22f85e00babad
diff --git a/src/ca-module.cpp b/src/ca-module.cpp
index f2e825a..2b3c500 100644
--- a/src/ca-module.cpp
+++ b/src/ca-module.cpp
@@ -19,14 +19,14 @@
*/
#include "ca-module.hpp"
-#include "protocol-detail/crypto-helper.hpp"
+#include "detail/crypto-helper.hpp"
#include "identity-challenge/challenge-module.hpp"
#include "name-assignments/assignment-funcs.hpp"
-#include "protocol-detail/challenge-encoder.hpp"
-#include "protocol-detail/error-encoder.hpp"
-#include "protocol-detail/info-encoder.hpp"
-#include "protocol-detail/new-renew-revoke-encoder.hpp"
-#include "protocol-detail/probe-encoder.hpp"
+#include "detail/challenge-encoder.hpp"
+#include "detail/error-encoder.hpp"
+#include "detail/info-encoder.hpp"
+#include "detail/new-renew-revoke-encoder.hpp"
+#include "detail/probe-encoder.hpp"
#include <ndn-cxx/metadata-object.hpp>
#include <ndn-cxx/security/signing-helpers.hpp>
#include <ndn-cxx/security/verification-helpers.hpp>