diff options
author | Srinivasa Ragavan <sragavan@gnome.org> | 2012-02-29 20:11:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-03-03 22:02:33 +0800 |
commit | 14f82dde3448261b5b01fbf298b5c12a0e25d676 (patch) | |
tree | 05821eedd478db06953098fa64ba5139e7ea85be /shell/e-shell.h | |
parent | ecb75f8ee985320e2b1f46974026b555076056e7 (diff) | |
download | gsoc2013-evolution-14f82dde3448261b5b01fbf298b5c12a0e25d676.tar gsoc2013-evolution-14f82dde3448261b5b01fbf298b5c12a0e25d676.tar.gz gsoc2013-evolution-14f82dde3448261b5b01fbf298b5c12a0e25d676.tar.bz2 gsoc2013-evolution-14f82dde3448261b5b01fbf298b5c12a0e25d676.tar.lz gsoc2013-evolution-14f82dde3448261b5b01fbf298b5c12a0e25d676.tar.xz gsoc2013-evolution-14f82dde3448261b5b01fbf298b5c12a0e25d676.tar.zst gsoc2013-evolution-14f82dde3448261b5b01fbf298b5c12a0e25d676.zip |
Move EAlert* and e-xml-utils references from other part of the code to libevolution-utils.
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 04a8a18ee2..ffff239f6f 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -23,7 +23,7 @@ #define E_SHELL_H #include <e-util/e-activity.h> -#include <e-util/e-alert.h> +#include <libevolution-utils/e-alert.h> #include <shell/e-shell-common.h> #include <shell/e-shell-backend.h> |