diff options
author | Bill Haneman <billh@src.gnome.org> | 2001-07-25 18:14:33 +0000 |
---|---|---|
committer | Bill Haneman <billh@src.gnome.org> | 2001-07-25 18:14:33 +0000 |
commit | 96f46e471fc2ff41905e4d4c60983e24afca0ae8 (patch) | |
tree | 09f3fa977c13e3e82c353862b44f90bdd9ea881f /atk/atktext.h | |
parent | 4c51b04d1987576167742726ec26e720675170a1 (diff) | |
download | atk-96f46e471fc2ff41905e4d4c60983e24afca0ae8.tar.gz |
Modified Files: atk-uninstalled.pc.in atk.pc.in configure.in
Modified Files:
atk-uninstalled.pc.in atk.pc.in configure.in
atk/atkeditabletext.h atk/atktext.h atk/makefile.msc
Removed last of pango dependencies in ATK: removed (unused) #includes,
and removed dependencies from makefile.msc and configure.in
Diffstat (limited to 'atk/atktext.h')
-rwxr-xr-x | atk/atktext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/atk/atktext.h b/atk/atktext.h index 33ef452..83a6aa9 100755 --- a/atk/atktext.h +++ b/atk/atktext.h @@ -21,7 +21,6 @@ #ifndef __ATK_TEXT_H__ #define __ATK_TEXT_H__ -#include <pango/pango.h> #include <glib-object.h> #include <atk/atkobject.h> #include <atk/atkutil.h> |