#
# Imakefile for Discuss include directory.
#

INSTALLED_HEADERS = com_err.h usp.h usp_et.h ss.h ss_err.h

clean::
	$(RM) $(INSTALLED_HEADERS)
