Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
9a7d2ce5
Commit
9a7d2ce5
authored
May 16, 1999
by
scott
Browse files
Removed an unnecessary #include from about_dialog.c.
Removed an unnecessary #include from about_dialog.c. -sg
parent
62c1e212
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
9a7d2ce5
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.
...
...
app/about_dialog.c
View file @
9a7d2ce5
...
...
@@ -29,8 +29,6 @@
#include
"libgimp/gimpenv.h"
#include
"about_dialog.h"
#include
"interface.h"
#define ANIMATION_STEPS 16
#define ANIMATION_SIZE 2
...
...
app/dialogs/about-dialog.c
View file @
9a7d2ce5
...
...
@@ -29,8 +29,6 @@
#include
"libgimp/gimpenv.h"
#include
"about_dialog.h"
#include
"interface.h"
#define ANIMATION_STEPS 16
#define ANIMATION_SIZE 2
...
...
app/gui/about-dialog.c
View file @
9a7d2ce5
...
...
@@ -29,8 +29,6 @@
#include
"libgimp/gimpenv.h"
#include
"about_dialog.h"
#include
"interface.h"
#define ANIMATION_STEPS 16
#define ANIMATION_SIZE 2
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment