diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-11-06 22:50:55 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-08 03:01:45 +0800 |
commit | a1f990ef82d92f723c609ad6a5a7764ff55a641d (patch) | |
tree | 3fcc5829dd1e6496fef79bb3bb0f81874da8c060 /shell/e-shell-backend.h | |
parent | f81497d2b99d7c686906ad7f53afc1639250433e (diff) | |
download | gsoc2013-evolution-a1f990ef82d92f723c609ad6a5a7764ff55a641d.tar.gz gsoc2013-evolution-a1f990ef82d92f723c609ad6a5a7764ff55a641d.tar.zst gsoc2013-evolution-a1f990ef82d92f723c609ad6a5a7764ff55a641d.zip |
Move EActivity and subclasses to e-util.
Planning to write some asynchronous utility functions in e-util that
return EActivity objects.
Diffstat (limited to 'shell/e-shell-backend.h')
-rw-r--r-- | shell/e-shell-backend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-backend.h b/shell/e-shell-backend.h index 8a6fd7a47e..7b56865e4a 100644 --- a/shell/e-shell-backend.h +++ b/shell/e-shell-backend.h @@ -29,7 +29,7 @@ #define E_SHELL_BACKEND_H #include <shell/e-shell-common.h> -#include <misc/e-activity.h> +#include <e-util/e-activity.h> /* Standard GObject macros */ #define E_TYPE_SHELL_BACKEND \ |