Removed extra include dirs.

This commit is contained in:
Janet B. Anderson
2001-01-19 21:28:03 +00:00
parent 30cb21cae3
commit 329e3b5177
-2
View File
@@ -14,7 +14,6 @@ SRCS += bucketLib.c
SRC_DIRS += $(LIBCOM)/ring
#following needed for locating epicsRingPointer.h and epicsRingBytes.h
USR_CFLAGS += -I$(LIBCOM)/ring
INC += epicsRingPointer.h
INC += epicsRingBytes.h
INC += epicsReadline.h
@@ -25,7 +24,6 @@ SRCS += epicsReadline.c
SRC_DIRS += $(LIBCOM)/calc
#following needed for locating postfixPvt.h and sCalcPostfixPvt.h
USR_CFLAGS += -I$(LIBCOM)/calc
INC += postfix.h
INC += sCalcPostfix.h
SRCS += postfix.c