diff --git a/sys/dev/cxgb/cxgb_main.c b/sys/dev/cxgb/cxgb_main.c index 4747d72cac94..2a754ac83505 100644 --- a/sys/dev/cxgb/cxgb_main.c +++ b/sys/dev/cxgb/cxgb_main.c @@ -82,10 +82,6 @@ __FBSDID("$FreeBSD$"); #include #endif -#ifdef IFNET_MULTIQUEUE -#include -#endif - static int cxgb_setup_msix(adapter_t *, int); static void cxgb_teardown_msix(adapter_t *); static void cxgb_init(void *);