Last-minute cleanup:

2000-12-16  Sven Neumann  <sven@gimp.org>

	Last-minute cleanup:

	* app/gimpdrawableF.h
	* app/gimphistogramF.h
	* app/gimpimageF.h
	* app/gimplistF.h
	* app/gimplutF.h
	* app/gimpobjectF.h
	* app/gimpsetF.h
	* app/layerF.h
	* app/parasitelistF.h: removed these files

	* app/Makefile.am
	* tools/pdbgen/Makefile.am: changed accordingly

	* app/[almost every file]: include cleanup
This commit is contained in:
Sven Neumann
2000-12-16 21:37:03 +00:00
committed by Sven Neumann
parent 9bc546c1ad
commit dfa2bed505
610 changed files with 2468 additions and 544 deletions

View File

@ -22,8 +22,9 @@
#ifndef __DATAFILES_H__
#define __DATAFILES_H__
#include <time.h>
#include <glib.h>
/***** Types *****/
@ -51,4 +52,5 @@ time_t datafile_atime (void);
time_t datafile_mtime (void);
time_t datafile_ctime (void);
#endif /* __DATAFILES_H__ */