mirror of https://github.com/GNOME/gimp.git
Removed an unnecessary #include from about_dialog.c.
Removed an unnecessary #include from about_dialog.c. -sg
This commit is contained in:
parent
62c1e2123e
commit
9a7d2ce57b
|
@ -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.
|
||||
|
|
|
@ -29,8 +29,6 @@
|
|||
#include "libgimp/gimpenv.h"
|
||||
|
||||
#include "about_dialog.h"
|
||||
#include "interface.h"
|
||||
|
||||
|
||||
#define ANIMATION_STEPS 16
|
||||
#define ANIMATION_SIZE 2
|
||||
|
|
|
@ -29,8 +29,6 @@
|
|||
#include "libgimp/gimpenv.h"
|
||||
|
||||
#include "about_dialog.h"
|
||||
#include "interface.h"
|
||||
|
||||
|
||||
#define ANIMATION_STEPS 16
|
||||
#define ANIMATION_SIZE 2
|
||||
|
|
|
@ -29,8 +29,6 @@
|
|||
#include "libgimp/gimpenv.h"
|
||||
|
||||
#include "about_dialog.h"
|
||||
#include "interface.h"
|
||||
|
||||
|
||||
#define ANIMATION_STEPS 16
|
||||
#define ANIMATION_SIZE 2
|
||||
|
|
Loading…
Reference in New Issue