This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.
The branch, next has been updated
via 7c14c0b14acd94d41420388e0e7f9a4463c63e5f (commit)
from 85f31104cd1678d02148880eec31571dc0f76899 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/7c14c0b14acd94d41420388e0e7f9a4463c63e5f
commit 7c14c0b14acd94d41420388e0e7f9a4463c63e5f
Author: Andrea Gelmini <[email protected]>
Date: Thu Nov 25 21:57:16 2010 +0100
Remove duplicated #includes
diff --git a/WPrefs.app/Appearance.c b/WPrefs.app/Appearance.c
index c0cb3ad..005db34 100644
--- a/WPrefs.app/Appearance.c
+++ b/WPrefs.app/Appearance.c
@@ -28,7 +28,6 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
-#include <unistd.h>
#include "TexturePanel.h"
diff --git a/src/placement.c b/src/placement.c
index 5938661..4e19765 100644
--- a/src/placement.c
+++ b/src/placement.c
@@ -36,7 +36,6 @@
#include "actions.h"
#include "funcs.h"
#include "application.h"
-#include "appicon.h"
#include "dock.h"
#include "xinerama.h"
diff --git a/src/switchpanel.c b/src/switchpanel.c
index d218d94..38a8029 100644
--- a/src/switchpanel.c
+++ b/src/switchpanel.c
@@ -32,7 +32,6 @@
#include "switchpanel.h"
#include "funcs.h"
#include "xinerama.h"
-#include "window.h"
extern Atom _XA_WM_IGNORE_FOCUS_EVENTS;
-----------------------------------------------------------------------
Summary of changes:
WPrefs.app/Appearance.c | 1 -
src/placement.c | 1 -
src/switchpanel.c | 1 -
3 files changed, 0 insertions(+), 3 deletions(-)
repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
--
wmaker-crm.git ("Fork from the last available CVS version of Window Maker")
--
To unsubscribe, send mail to [email protected].