summaryrefslogtreecommitdiff
path: root/app/cwm/mousefunc.c
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2009-12-15 03:24:37 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2009-12-15 03:24:37 +0000
commitf9adf59e994526a008f158cb634bfaf3d0e85adf (patch)
tree3bee1883867ce175cb36fc828bb46779997a25de /app/cwm/mousefunc.c
parent661e613b0ea204f20a94e7b20443869c71c6fc68 (diff)
merge the 2 common header files; specific includes to be pulled out as
separate commits. ok oga@
Diffstat (limited to 'app/cwm/mousefunc.c')
-rw-r--r--app/cwm/mousefunc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/cwm/mousefunc.c b/app/cwm/mousefunc.c
index 828ad83d9..f75e46034 100644
--- a/app/cwm/mousefunc.c
+++ b/app/cwm/mousefunc.c
@@ -16,10 +16,9 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: mousefunc.c,v 1.17 2009/12/10 17:16:51 oga Exp $
+ * $Id: mousefunc.c,v 1.18 2009/12/15 03:24:36 okan Exp $
*/
-#include "headers.h"
#include "calmwm.h"
static int mousefunc_sweep_calc(struct client_ctx *, int, int, int, int);