mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +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>
|
#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_ */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user