From 12f23897d72e6c6d0a42de6c6e248b9cb367fce8 Mon Sep 17 00:00:00 2001 From: Thomas Vegas Date: Thu, 3 Oct 2024 13:16:19 +0000 Subject: [PATCH] Do not include net_device.h twice --- include/net_device.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/net_device.h b/include/net_device.h index bd1a02f3..de914d3e 100644 --- a/include/net_device.h +++ b/include/net_device.h @@ -7,8 +7,6 @@ #ifndef NET_DEVICE_H_ #define NET_DEVICE_H_ -#include "net_device.h" - #define NCCL_NET_DEVICE_INVALID_VERSION 0x0 #define NCCL_NET_MTU_SIZE 4096