mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +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:
committed by
Carlos R. Mafra
parent
3ae34b958c
commit
edeca34be9
@@ -34,7 +34,7 @@
|
||||
|
||||
#include <WINGs/WINGs.h>
|
||||
|
||||
/* 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_ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user