~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to parse.c

  • Committer: Matthew Fuller
  • Date: 2014-09-28 09:55:46 UTC
  • mto: This revision was merged to the branch mainline in revision 341.
  • Revision ID: fullermd@over-yonder.net-20140928095546-r8qhla6v6aywx8gu
Rearrange includes to be in what we'll call the Proper Order.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
#  include <ctype.h>
77
77
#endif
78
78
#ifdef VMS
79
 
#include <ctype.h>
80
 
#include <decw$include/Xos.h>
81
 
#include <X11Xmu/SysUtil.h>
 
79
# include <ctype.h>
 
80
# include <decw$include/Xos.h>
 
81
# include <X11Xmu/SysUtil.h>
 
82
# include <decw$include/Xatom.h>
82
83
#else
83
 
#include <X11/Xos.h>
84
 
#include <X11/Xmu/SysUtil.h>
 
84
# include <X11/Xos.h>
 
85
# include <X11/Xmu/SysUtil.h>
 
86
# include <X11/Xatom.h>
85
87
#endif
 
88
 
86
89
#include "ctwm.h"
87
90
#include "ctwm_atoms.h"
88
91
#include "screen.h"
93
96
#ifdef SOUNDS
94
97
#  include "sound.h"
95
98
#endif
96
 
#ifdef VMS
97
 
#  include <decw$include/Xatom.h>
98
 
#else
99
 
#  include <X11/Xatom.h>
100
 
#endif
101
99
 
102
100
/* For m4... */
103
101
#ifdef USEM4