~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to image_bitmap_builtin.c

  • Committer: Matthew Fuller
  • Date: 2016-06-04 17:43:52 UTC
  • mto: This revision was merged to the branch mainline in revision 495.
  • Revision ID: fullermd@over-yonder.net-20160604174352-ovsufrq28pptigi6
Cleanup more unnecessary/misplaced #include's.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#include "ctwm.h"
6
6
 
7
7
#include <stdio.h>
 
8
#include <stdlib.h>
8
9
#include <stdbool.h>
9
10
 
10
11
#include <X11/Xmu/Drawing.h>