~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to captive.c

  • Committer: Matthew Fuller
  • Date: 2016-09-23 07:23:44 UTC
  • mfrom: (524.1.9 cleanups)
  • Revision ID: fullermd@over-yonder.net-20160923072344-84uialsphqn4iyvu
Do some minor header file cleanups.

Principally remove unnecessary #include's from screen.h and include
them in the files that actually need them.  Two are needed for the
struct definition and so remain.  Cleanup some other unnecessary
includes, and remove prototypes for nonexistent functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#include "screen.h"
35
35
#include "ctwm_atoms.h"
36
36
#include "util.h"
 
37
#include "vscreen.h"
37
38
 
38
39
 
39
40
static char **GetCaptivesList(int scrnum);