diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-06-07 13:04:22 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-06-07 13:04:22 -0400 |
commit | d2c682c9e9070d073a6d16a77a8b0572620c5f64 (patch) | |
tree | fcf06eab3aaf2d9b3b9d2232e3a20a8fdf4083b1 /gtk/gtkentry.c | |
parent | 4962545ef3cd446d478cd399e4a3319540573f71 (diff) | |
download | gtk+-d2c682c9e9070d073a6d16a77a8b0572620c5f64.tar.gz |
Remove an unneeded include
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r-- | gtk/gtkentry.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index ebae2c0cbd..f027fbd822 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -33,7 +33,6 @@ #include <math.h> #include <string.h> -#include "gtkalignment.h" #include "gtkbindings.h" #include "gtkcelleditable.h" #include "gtkclipboard.h" |