~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to util.c

  • Committer: Matthew Fuller
  • Date: 2016-06-09 15:06:43 UTC
  • mto: This revision was merged to the branch mainline in revision 495.
  • Revision ID: fullermd@over-yonder.net-20160609150643-hw6wpqmkd7ftcanu
Now that we're pulling stdbool into ctwm.h, we can skip explicitly
mentioning it everywhere else.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
#include <stdlib.h>
81
81
#include <string.h>
82
82
#include <strings.h>
83
 
#include <stdbool.h>
84
83
 
85
84
#include <X11/Xatom.h>
86
85
#include <X11/Xmu/WinUtil.h>