From 0f8865e1ea25fe96daeb2c01798e8407a28155e5 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 31 Aug 2017 12:50:54 -0500 Subject: [PATCH] pv/inetAddressUtil.h no longer public --- src/utils/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/Makefile b/src/utils/Makefile index 9d37cca..0cbe92a 100644 --- a/src/utils/Makefile +++ b/src/utils/Makefile @@ -3,7 +3,6 @@ SRC_DIRS += $(PVACCESS_SRC)/utils INC += pv/hexDump.h -INC += pv/inetAddressUtil.h INC += pv/logger.h INC += pv/introspectionRegistry.h INC += pv/namedLockPattern.h