Fixing test cases after the reorganization
diff --git a/tests/test_app_socket.cc b/tests/test_app_socket.cc
index 473d117..0492264 100644
--- a/tests/test_app_socket.cc
+++ b/tests/test_app_socket.cc
@@ -27,9 +27,10 @@
 #include <boost/make_shared.hpp>
 #include <boost/date_time/posix_time/posix_time.hpp>
 
-#include "sync-log.h"
+#include "sync-logging.h"
 
-#include "sync-app-socket.h"
+#include "ccnx/sync-app-socket.h"
+
 extern "C" {
 #include <unistd.h>
 }