diff --git a/sys/net/if_gre.h b/sys/net/if_gre.h index 1f7ef5fcd0f6..3196378e2632 100644 --- a/sys/net/if_gre.h +++ b/sys/net/if_gre.h @@ -43,10 +43,6 @@ #include #include -#ifdef INET -#include -#endif - struct gre_softc { struct ifnet sc_if; LIST_ENTRY(gre_softc) sc_list;