diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-05 08:24:39 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-05 08:24:39 +0800 |
commit | 94cba78ef8498f70d7f3a7400eecd89d1c0495a3 (patch) | |
tree | e49f0b98ad5bfd39eeb17c03c52656a956b56997 /widgets/misc/e-attachment-button.h | |
parent | f23d7c5fa097a3df630dd36a3c19e659280c726a (diff) | |
download | gsoc2013-evolution-94cba78ef8498f70d7f3a7400eecd89d1c0495a3.tar.gz gsoc2013-evolution-94cba78ef8498f70d7f3a7400eecd89d1c0495a3.tar.zst gsoc2013-evolution-94cba78ef8498f70d7f3a7400eecd89d1c0495a3.zip |
Fix include paths.
Diffstat (limited to 'widgets/misc/e-attachment-button.h')
-rw-r--r-- | widgets/misc/e-attachment-button.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/misc/e-attachment-button.h b/widgets/misc/e-attachment-button.h index 6e2f5672ef..72592efefe 100644 --- a/widgets/misc/e-attachment-button.h +++ b/widgets/misc/e-attachment-button.h @@ -23,8 +23,8 @@ #define E_ATTACHMENT_BUTTON_H #include <gtk/gtk.h> -#include <widgets/misc/e-attachment.h> -#include <widgets/misc/e-attachment-view.h> +#include <misc/e-attachment.h> +#include <misc/e-attachment-view.h> /* Standard GObject macros */ #define E_TYPE_ATTACHMENT_BUTTON \ |