Removed an unnecessary #include from about_dialog.c.

Removed an unnecessary #include from about_dialog.c.

-sg
This commit is contained in:
scott 1999-05-16 01:32:24 +00:00
parent 62c1e2123e
commit 9a7d2ce57b
4 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,8 @@
1999-05-15 Scott Goehring <scott@poverty.bloomington.in.us>
* app/about_dialog.c: Removed unnecessarly #include of
interface.h.
* app/crop.c (crop_image): Fixed a potential linked list race
condition (i.e. accessing freed memory) when cropping deletes a
layer. May fix a bug reported by Sven.

View File

@ -29,8 +29,6 @@
#include "libgimp/gimpenv.h"
#include "about_dialog.h"
#include "interface.h"
#define ANIMATION_STEPS 16
#define ANIMATION_SIZE 2

View File

@ -29,8 +29,6 @@
#include "libgimp/gimpenv.h"
#include "about_dialog.h"
#include "interface.h"
#define ANIMATION_STEPS 16
#define ANIMATION_SIZE 2

View File

@ -29,8 +29,6 @@
#include "libgimp/gimpenv.h"
#include "about_dialog.h"
#include "interface.h"
#define ANIMATION_STEPS 16
#define ANIMATION_SIZE 2