mscclpp_net.h is not required anywhere

This commit is contained in:
Saeed Maleki
2023-03-14 05:38:15 +00:00
parent e000eb9177
commit 2279a690d1
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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_

View File

@@ -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"