[anjal] Composer : Removed e-composer-common.h



commit ba97f7f9c6e345050a85a89d40fc5cfbe25e3332
Author: Johnny Jacob <jjohnny novell com>
Date:   Mon Mar 23 14:46:41 2009 +0530

    Composer : Removed e-composer-common.h
---
 src/Makefile.am               |    1 -
 src/e-composer-common.h       |   30 ------------------------------
 src/e-composer-header-table.h |    2 +-
 src/e-composer-header.h       |    2 +-
 4 files changed, 2 insertions(+), 33 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 51e9f91..eb221a0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -39,7 +39,6 @@ anjal_SOURCES = \
 	mail-conv-view.h \
 	mail-message-view.c \
 	mail-message-view.h \
-	e-composer-common.h \
 	e-msg-composer-utils.c \
 	e-msg-composer-utils.h \
 	e-composer-header.c \
diff --git a/src/e-composer-common.h b/src/e-composer-common.h
deleted file mode 100644
index 832b380..0000000
--- a/src/e-composer-common.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) version 3.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with the program; if not, see <http://www.gnu.org/licenses/>  
- *
- *
- * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
- */
-
-#ifndef E_COMPOSER_COMMON
-#define E_COMPOSER_COMMON
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include <gtk/gtk.h>
-
-#endif /* E_COMPOSER_COMMON */
diff --git a/src/e-composer-header-table.h b/src/e-composer-header-table.h
index dc1b834..e3af16e 100644
--- a/src/e-composer-header-table.h
+++ b/src/e-composer-header-table.h
@@ -18,7 +18,7 @@
 #ifndef E_COMPOSER_HEADER_TABLE_H
 #define E_COMPOSER_HEADER_TABLE_H
 
-#include "e-composer-common.h"
+#include <composer/e-composer-common.h>
 
 #include <libedataserver/e-account.h>
 #include <libedataserver/e-account-list.h>
diff --git a/src/e-composer-header.h b/src/e-composer-header.h
index 3a2e45e..92cdd6d 100644
--- a/src/e-composer-header.h
+++ b/src/e-composer-header.h
@@ -18,7 +18,7 @@
 #ifndef E_COMPOSER_HEADER_H
 #define E_COMPOSER_HEADER_H
 
-#include "e-composer-common.h"
+#include <composer/e-composer-common.h>
 
 /* Standard GObject macros */
 #define E_TYPE_COMPOSER_HEADER \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]