~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to image_jpeg.h

  • 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:
6
6
 
7
7
/* For Image type */
8
8
#include "types.h"
9
 
#include "util.h"
10
9
 
11
10
Image *GetJpegImage(const char *name);
12
11