From 05a17886a93509050748e7f896aac11beec49a8c Mon Sep 17 00:00:00 2001 From: Ole Streicher Date: Thu, 25 Sep 2014 11:21:34 +0100 Subject: [PATCH] fix_xpa_h Gbp-Pq: Name fix_xpa_h.patch --- Makefile.in | 4 ++-- xpa.h | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile.in b/Makefile.in index 2b70796..98db000 100644 --- a/Makefile.in +++ b/Makefile.in @@ -122,9 +122,9 @@ RM = rm -f CC = @CC@ -CC_SWITCHES = -I. ${CFLAGS} ${CPPFLAGS} ${AC_FLAGS} +CC_SWITCHES = -I. ${CFLAGS} ${CPPFLAGS} ${AC_FLAGS} -include conf.h -DEPEND_SWITCHES = -I. ${CFLAGS} ${PKG_CFLAGS} ${AC_FLAGS} +DEPEND_SWITCHES = -I. ${CFLAGS} ${PKG_CFLAGS} ${AC_FLAGS} -include conf.h SRCS = xpa.c xpaio.c command.c acl.c remote.c clipboard.c port.c \ tcp.c client.c word.c xalloc.c find.c xlaunch.c timedconn.c \ diff --git a/xpa.h b/xpa.h index c89ad55..ae31872 100644 --- a/xpa.h +++ b/xpa.h @@ -11,10 +11,6 @@ #ifndef __xpa_h #define __xpa_h -#if HAVE_CONFIG_H -#include -#endif - #include #include #include -- 2.30.2