From e3df52ca51187f0c45d9034c14419860ece1218e Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 2 Mar 2005 10:59:40 +0000 Subject: [PATCH] - Fixed compilation include path issue in wrlib/tests - Removed unnecessary included headers (we don't use Xt) --- src/shutdown.c | 1 - src/startup.c | 1 - wrlib/tests/Makefile.am | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/shutdown.c b/src/shutdown.c index d860b5da..5beec3d6 100644 --- a/src/shutdown.c +++ b/src/shutdown.c @@ -27,7 +27,6 @@ #include #include -#include #include "WindowMaker.h" #include "window.h" diff --git a/src/startup.c b/src/startup.c index 452b91bb..bfb55749 100644 --- a/src/startup.c +++ b/src/startup.c @@ -34,7 +34,6 @@ #include #include -#include #include #include #include diff --git a/wrlib/tests/Makefile.am b/wrlib/tests/Makefile.am index 643363bd..b854c139 100644 --- a/wrlib/tests/Makefile.am +++ b/wrlib/tests/Makefile.am @@ -6,7 +6,7 @@ noinst_PROGRAMS = testdraw testgrad testrot view EXTRA_DIST = test.png tile.xpm ballot_box.xpm -INCLUDES = $(DFLAGS) @HEADER_SEARCH_PATH@ +INCLUDES = -I.. $(DFLAGS) @HEADER_SEARCH_PATH@ LIBLIST = $(top_builddir)/wrlib/libwraster.la