1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

WPrefs: Remove extra include of src/wconfig.h

The file ../src/wconfig.h is included twice, remove one entry.
This commit is contained in:
Rodolfo García Peñas (kix)
2012-01-21 13:49:12 +01:00
committed by Carlos R. Mafra
parent 3ae34b958c
commit edeca34be9

View File

@@ -34,7 +34,7 @@
#include <WINGs/WINGs.h> #include <WINGs/WINGs.h>
/* For EXTENDED_WINDOWSHORTCUT */ /* Needed for HAVE_LIBINTL_H and EXTENDED_WINDOWSHORTCUT */
#include "../src/wconfig.h" #include "../src/wconfig.h"
/****/ /****/
@@ -111,11 +111,5 @@ void AddDeadChildHandler(pid_t pid, void (*handler)(void*), void *data);
#define FRAME_LEFT -2 #define FRAME_LEFT -2
#define FRAME_WIDTH 524 #define FRAME_WIDTH 524
#define FRAME_HEIGHT 235 #define FRAME_HEIGHT 235
/*
* Needed for HAVE_LIBINTL_H
*/
#include "../src/wconfig.h"
#endif /* WPREFS_H_ */ #endif /* WPREFS_H_ */