~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to image_bitmap.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:
15
15
 
16
16
#include "screen.h"
17
17
#include "types.h"
 
18
#include "util.h"
18
19
 
19
20
#include "image.h"
20
21
#include "image_bitmap.h"