app/fileops.[ch] removed...

2001-03-30  Michael Natterer  <mitch@gimp.org>

	* app/fileops.[ch]
	* app/fileopsP.h: removed...

	* app/file-open.[ch]
	* app/file-save.[ch]
	* app/file-utils.[ch]: ...and split up into more hackable chunks.
	(didn't change any logic, just moved the functions around)

	* app/Makefile.am
	* app/app_procs.c
	* app/commands.c
	* app/docindex.c
	* app/gimpdnd.c
	* app/gimprc.c
	* app/menus.c
	* app/pdb/fileops_cmds.c
	* po/POTFILES.in
	* tools/pdbgen/pdb/fileops.pdb: changed accordingly (mostly changing
	#include's).
This commit is contained in:
Michael Natterer
2001-03-30 13:31:41 +00:00
committed by Michael Natterer
parent 93f59aeabe
commit 7e8f21f547
32 changed files with 5523 additions and 2554 deletions

View File

@ -48,7 +48,8 @@
#include "channel_ops.h"
#include "equalize.h"
#include "errorconsole.h"
#include "fileops.h"
#include "file-open.h"
#include "file-save.h"
#include "floating_sel.h"
#include "gdisplay_ops.h"
#include "gimage_mask.h"