I added a few other sparse cleanups in the patch from yesterday and fixed the header inclusion according to Tamas' suggestion (and not mine).
The rest of the series is the trivial result of me trying to kill some moments of boredom after lunch and before coffee kicks in my brain, so a bit of review is appreciated. [PATCH 1/3] Address some sparse warnings [PATCH 2/3] Remove unneeded extern's in .c files [PATCH 3/3] Add include guards src/actions.c | 7 +------ src/appmenu.c | 4 +--- src/defaults.c | 7 ------- src/dialog.c | 2 +- src/dock.c | 12 ++---------- src/keybind.h | 4 ++++ src/misc.c | 7 ++----- src/monitor.c | 3 --- src/moveres.c | 5 ----- src/properties.c | 5 ----- src/resources.c | 1 + src/rootmenu.c | 7 ------- src/rootmenu.h | 3 +++ src/screen.c | 2 +- src/session.c | 2 +- src/startup.c | 17 +++-------------- src/superfluous.c | 2 +- src/superfluous.h | 13 +++++++------ src/switchmenu.c | 6 ++---- src/switchpanel.c | 2 +- src/wdefaults.c | 11 ++--------- src/window.c | 11 +++-------- src/window.h | 2 +- src/winspector.c | 13 +++---------- src/wmspec.c | 12 ++++++------ src/wmspec.h | 4 ++-- src/workspace.c | 4 +--- src/xinerama.c | 2 -- src/xmodifier.c | 1 + 29 files changed, 50 insertions(+), 121 deletions(-) -- To unsubscribe, send mail to [email protected].
