aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-composer-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'composer/e-composer-common.h')
-rw-r--r--composer/e-composer-common.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/composer/e-composer-common.h b/composer/e-composer-common.h
new file mode 100644
index 0000000000..f03b7ca344
--- /dev/null
+++ b/composer/e-composer-common.h
@@ -0,0 +1,10 @@
+#ifndef E_COMPOSER_COMMON
+#define E_COMPOSER_COMMON
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include <gtk/gtk.h>
+
+#endif /* E_COMPOSER_COMMON */