diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-04-24 17:23:12 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-04-24 17:23:12 +0800 |
commit | 4c2f2ea4a75da1728bfa1938045fbdd4b2e4658b (patch) | |
tree | 60b31b3bed4fcdeefa767b59d5d5151ce3d70591 /e-util/ChangeLog | |
parent | a525821bc76f67a72ec06524421de2191f97dd23 (diff) | |
download | gsoc2013-evolution-4c2f2ea4a75da1728bfa1938045fbdd4b2e4658b.tar.gz gsoc2013-evolution-4c2f2ea4a75da1728bfa1938045fbdd4b2e4658b.tar.zst gsoc2013-evolution-4c2f2ea4a75da1728bfa1938045fbdd4b2e4658b.zip |
Added #include <glib.h> and move corresponding local headers to the top to
2001-04-24 Kjartan Maraas <kmaraas@gnome.org>
* e-gui-utils.c, e-memory, e-msgport.c, e-pilot-map, e-sexp.c:
Added #include <glib.h> and move corresponding local headers
to the top to catch missing includes in them. Tip from clahey.
svn path=/trunk/; revision=9537
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index adabec2e9d..6ba0ba597e 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2001-04-24 Kjartan Maraas <kmaraas@gnome.org> + + * e-gui-utils.c, e-memory, e-msgport.c, e-pilot-map, e-sexp.c: + Added #include <glib.h> and move corresponding local headers + to the top to catch missing includes in them. Tip from clahey. + 2001-04-24 Chris Toshok <toshok@ximian.com> * e-host-utils.h: remove prototype for e_gethostbyname_init. |