diff --git a/src/Makefile b/src/Makefile
index d4ce9f95508eb5ea2b701a9d34908827bcc425df..9667a28fd1adfa017ac7286538e784919be20fde 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -30,8 +30,7 @@ OBJS = \
 	config_qos.o \
 	main.o \
 	tlv_debug.o \
-	dpp.o \
-	utils/dpp_sock.o
+	dpp.o
 
 OBJS += steer_module.o
 
diff --git a/src/cntlr_map.c b/src/cntlr_map.c
index 495b3034aec95a22059c907033d80eab126681ad..255c1707f95c48156675b90de37205f5be25aa02 100644
--- a/src/cntlr_map.c
+++ b/src/cntlr_map.c
@@ -49,7 +49,6 @@
 #include <dpp_api.h>
 #endif
 #include "dpp.h"
-#include "utils/dpp_sock.h"
 #endif
 
 #include "utils/utils.h"
diff --git a/src/cntlr_qos.c b/src/cntlr_qos.c
index f262cdf0b36cffb45e6d6c21d33aa413170b2b6c..6b2e19f336bf16ef219193fa80781a1bd59fdf44 100644
--- a/src/cntlr_qos.c
+++ b/src/cntlr_qos.c
@@ -45,7 +45,6 @@
 #include "timer.h"
 #if (EASYMESH_VERSION > 2)
 #include "dpp.h"
-#include "utils/dpp_sock.h"
 #endif
 
 #include "utils/utils.h"
diff --git a/src/dpp.c b/src/dpp.c
index 8ffd8a259f0d0ab2fb6f15c112d184b41a439150..8457c0b73857c7f6c9f6ebea279be9dc747b10d8 100644
--- a/src/dpp.c
+++ b/src/dpp.c
@@ -47,7 +47,6 @@
 #include "timer.h"
 #include "utils/utils.h"
 #include "utils/debug.h"
-#include "utils/dpp_sock.h"
 
 #include <dpp_api.h>