mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-24 06:44:40 +00:00
mscclpp_net.h is not required anywhere
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
@@ -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_
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user