~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to util.h

  • 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:
65
65
#define _CTWM_UTIL_H
66
66
 
67
67
#include <ctype.h>
68
 
#include <stdbool.h>
69
68
 
70
69
#include "types.h"
71
70