From 2279a690d13e4f146af9abad2df136a41fa86016 Mon Sep 17 00:00:00 2001 From: Saeed Maleki Date: Tue, 14 Mar 2023 05:38:15 +0000 Subject: [PATCH] mscclpp_net.h is not required anywhere --- Makefile | 2 +- src/include/mscclpp_net.h | 2 +- src/include/net.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d23758ad..c4c233e1 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ LIBSRCS += $(addprefix src/bootstrap/,bootstrap.cc socket.cc) LIBOBJS := $(patsubst %.cc,%.o,$(LIBSRCS)) LIBOBJTARGETS := $(LIBOBJS:%=$(BUILDDIR)/$(OBJDIR)/%) -INCEXPORTS := mscclpp.h mscclpp_net.h +INCEXPORTS := mscclpp.h INCTARGETS := $(INCEXPORTS:%=$(BUILDDIR)/$(INCDIR)/%) LIBNAME := libmscclpp.so diff --git a/src/include/mscclpp_net.h b/src/include/mscclpp_net.h index 7208ac4b..70f23099 100644 --- a/src/include/mscclpp_net.h +++ b/src/include/mscclpp_net.h @@ -3,7 +3,7 @@ * * See LICENSE.txt for license information ************************************************************************/ - +// TODO(saemal): this file is to be removed. #ifndef MSCCLPP_NET_H_ #define MSCCLPP_NET_H_ diff --git a/src/include/net.h b/src/include/net.h index 82b8a423..3b3634d8 100644 --- a/src/include/net.h +++ b/src/include/net.h @@ -8,7 +8,7 @@ #define MSCCLPP_INT_NET_H_ #include "mscclpp.h" -#include "mscclpp_net.h" +// #include "mscclpp_net.h" // #include "comm.h" #include "checks.h"