~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to gram.y

  • Committer: Matthew Fuller
  • Date: 2022-11-05 01:33:24 UTC
  • mto: This revision was merged to the branch mainline in revision 702.
  • Revision ID: fullermd@over-yonder.net-20221105013324-arcwquomwbutx2o5
Conditionalize the include here too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include "otp.h"
31
31
#include "iconmgr.h"
32
32
#include "icons.h"
 
33
#ifdef WINBOX
33
34
#include "windowbox.h"
 
35
#endif
34
36
#include "functions_defs.h"
35
37
#include "list.h"
36
38
#include "util.h"