~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to occupation.c

  • Committer: Matthew Fuller
  • Date: 2016-09-22 05:33:21 UTC
  • mto: This revision was merged to the branch mainline in revision 525.
  • Revision ID: fullermd@over-yonder.net-20160922053321-5naouif6370hbsz4
ewmh.h comes in via ctwm.h, so it's always everywhere; don't bother
re-including it here.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include "ctwm_atoms.h"
22
22
#include "drawing.h"
23
23
#include "events.h"
24
 
#include "ewmh.h"
25
24
#include "iconmgr.h"
26
25
#include "list.h"
27
26
#include "screen.h"