From edeca34be95782efb07c24a9108886c950da5e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Sat, 21 Jan 2012 13:49:12 +0100 Subject: [PATCH] WPrefs: Remove extra include of src/wconfig.h The file ../src/wconfig.h is included twice, remove one entry. --- WPrefs.app/WPrefs.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/WPrefs.app/WPrefs.h b/WPrefs.app/WPrefs.h index 9242f100..900afdcb 100644 --- a/WPrefs.app/WPrefs.h +++ b/WPrefs.app/WPrefs.h @@ -34,7 +34,7 @@ #include -/* For EXTENDED_WINDOWSHORTCUT */ +/* Needed for HAVE_LIBINTL_H and EXTENDED_WINDOWSHORTCUT */ #include "../src/wconfig.h" /****/ @@ -111,11 +111,5 @@ void AddDeadChildHandler(pid_t pid, void (*handler)(void*), void *data); #define FRAME_LEFT -2 #define FRAME_WIDTH 524 #define FRAME_HEIGHT 235 - -/* - * Needed for HAVE_LIBINTL_H - */ -#include "../src/wconfig.h" - #endif /* WPREFS_H_ */