aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-message-pane.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-07-26 12:30:38 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-07-26 13:16:42 +0800
commit81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef (patch)
tree0211046a4e44ba2a0e82b1c1ce8f9a903552f979 /mail/e-mail-message-pane.h
parent13cf1d104bbacffaf09393678c12a7efadd53139 (diff)
downloadgsoc2013-evolution-81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef.tar
gsoc2013-evolution-81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef.tar.gz
gsoc2013-evolution-81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef.tar.bz2
gsoc2013-evolution-81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef.tar.lz
gsoc2013-evolution-81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef.tar.xz
gsoc2013-evolution-81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef.tar.zst
gsoc2013-evolution-81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef.zip
Coding style and whitespace cleanup.
Diffstat (limited to 'mail/e-mail-message-pane.h')
-rw-r--r--mail/e-mail-message-pane.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/e-mail-message-pane.h b/mail/e-mail-message-pane.h
index ce5ea85ab5..f947f79cdf 100644
--- a/mail/e-mail-message-pane.h
+++ b/mail/e-mail-message-pane.h
@@ -1,5 +1,5 @@
/*
- * e-mail-pane.h
+ * e-mail-message-pane.h
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -22,8 +22,7 @@
#ifndef E_MAIL_MESSAGE_PANE_H
#define E_MAIL_MESSAGE_PANE_H
-#include <gtk/gtk.h>
-#include "e-mail-paned-view.h"
+#include <mail/e-mail-paned-view.h>
/* Standard GObject macros */
#define E_TYPE_MAIL_MESSAGE_PANE \
@@ -59,7 +58,7 @@ struct _EMailMessagePaneClass {
EMailPanedViewClass parent_class;
};
-GType e_mail_message_pane_get_type (void);
+GType e_mail_message_pane_get_type (void);
GtkWidget * e_mail_message_pane_new (EShellContent *content);
G_END_DECLS