aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-05 08:24:39 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-05 08:24:39 +0800
commit94cba78ef8498f70d7f3a7400eecd89d1c0495a3 (patch)
treee49f0b98ad5bfd39eeb17c03c52656a956b56997 /widgets
parentf23d7c5fa097a3df630dd36a3c19e659280c726a (diff)
downloadgsoc2013-evolution-94cba78ef8498f70d7f3a7400eecd89d1c0495a3.tar
gsoc2013-evolution-94cba78ef8498f70d7f3a7400eecd89d1c0495a3.tar.gz
gsoc2013-evolution-94cba78ef8498f70d7f3a7400eecd89d1c0495a3.tar.bz2
gsoc2013-evolution-94cba78ef8498f70d7f3a7400eecd89d1c0495a3.tar.lz
gsoc2013-evolution-94cba78ef8498f70d7f3a7400eecd89d1c0495a3.tar.xz
gsoc2013-evolution-94cba78ef8498f70d7f3a7400eecd89d1c0495a3.tar.zst
gsoc2013-evolution-94cba78ef8498f70d7f3a7400eecd89d1c0495a3.zip
Fix include paths.
Diffstat (limited to 'widgets')
-rw-r--r--widgets/misc/e-attachment-button.h4
-rw-r--r--widgets/misc/e-attachment-dialog.h2
-rw-r--r--widgets/misc/e-attachment-handler-image.h2
-rw-r--r--widgets/misc/e-attachment-handler.h2
-rw-r--r--widgets/misc/e-attachment-store.h2
5 files changed, 6 insertions, 6 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 \
diff --git a/widgets/misc/e-attachment-dialog.h b/widgets/misc/e-attachment-dialog.h
index 8e24e1840c..e8ed583b18 100644
--- a/widgets/misc/e-attachment-dialog.h
+++ b/widgets/misc/e-attachment-dialog.h
@@ -23,7 +23,7 @@
#define E_ATTACHMENT_DIALOG_H
#include <gtk/gtk.h>
-#include <widgets/misc/e-attachment.h>
+#include <misc/e-attachment.h>
/* Standard GObject macros */
#define E_TYPE_ATTACHMENT_DIALOG \
diff --git a/widgets/misc/e-attachment-handler-image.h b/widgets/misc/e-attachment-handler-image.h
index 53b076c61f..44ff404a99 100644
--- a/widgets/misc/e-attachment-handler-image.h
+++ b/widgets/misc/e-attachment-handler-image.h
@@ -22,7 +22,7 @@
#ifndef E_ATTACHMENT_HANDLER_IMAGE_H
#define E_ATTACHMENT_HANDLER_IMAGE_H
-#include <widgets/misc/e-attachment-handler.h>
+#include <misc/e-attachment-handler.h>
/* Standard GObject macros */
#define E_TYPE_ATTACHMENT_HANDLER_IMAGE \
diff --git a/widgets/misc/e-attachment-handler.h b/widgets/misc/e-attachment-handler.h
index 05df3e8bbe..f95bc55123 100644
--- a/widgets/misc/e-attachment-handler.h
+++ b/widgets/misc/e-attachment-handler.h
@@ -22,7 +22,7 @@
#ifndef E_ATTACHMENT_HANDLER_H
#define E_ATTACHMENT_HANDLER_H
-#include <widgets/misc/e-attachment-view.h>
+#include <misc/e-attachment-view.h>
/* Standard GObject macros */
#define E_TYPE_ATTACHMENT_HANDLER \
diff --git a/widgets/misc/e-attachment-store.h b/widgets/misc/e-attachment-store.h
index 5d2271cba0..e7f89b7f6c 100644
--- a/widgets/misc/e-attachment-store.h
+++ b/widgets/misc/e-attachment-store.h
@@ -23,7 +23,7 @@
#define E_ATTACHMENT_STORE_H
#include <gtk/gtk.h>
-#include <widgets/misc/e-attachment.h>
+#include <misc/e-attachment.h>
/* Standard GObject macros */
#define E_TYPE_ATTACHMENT_STORE \