dhcp: Move to plugin
[vpp.git] / src / plugins / dhcp / dhcp_client_detect.c
similarity index 99%
rename from src/vnet/dhcp/dhcp_client_detect.c
rename to src/plugins/dhcp/dhcp_client_detect.c
index c79970d..31b8985 100644 (file)
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-#include <vnet/dhcp/client.h>
+#include <dhcp/client.h>
 #include <vnet/udp/udp.h>
 
 #define foreach_dhcp_client_detect                    \