From: Michael Meffie Date: Wed, 2 Oct 2013 19:35:09 +0000 (-0400) Subject: cleanup potpourri.h references X-Git-Tag: upstream/1.8.0_pre1^2~890 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=38fc16ddbf1e5477050db21c94d55f75bdadf80b;p=packages%2Fo%2Fopenafs.git cleanup potpourri.h references Clean up references to a header file which was removed some time ago. Change-Id: I2ddc26afc01edf84bb1bdb21a3488c88dd6c9775 Reviewed-on: http://gerrit.openafs.org/10318 Tested-by: BuildBot Reviewed-by: Stephan Wiesand Reviewed-by: Derrick Brashear --- diff --git a/src/lwp/test/test.c b/src/lwp/test/test.c index 720da1f33..f5e11515e 100644 --- a/src/lwp/test/test.c +++ b/src/lwp/test/test.c @@ -13,7 +13,6 @@ #include #include -#include #include "lwp.h" char semaphore; diff --git a/src/util/Makefile.in b/src/util/Makefile.in index 021e2ddec..b28550ed4 100644 --- a/src/util/Makefile.in +++ b/src/util/Makefile.in @@ -119,9 +119,6 @@ ${TOP_INCDIR}/afs/thread_pool_types.h: ${srcdir}/thread_pool_types.h ${TOP_INCDIR}/afs/tabular_output.h: ${srcdir}/tabular_output.h ${INSTALL_DATA} $? $@ -${TOP_INCDIR}/potpourri.h: ${srcdir}/potpourri.h - ${INSTALL_DATA} $? $@ - ${TOP_LIBDIR}/util.a: util.a ${INSTALL_DATA} $? $@