comparison finch/gntcertmgr.c @ 22218:5152a14d06a3

Include finch.h from these files, instead of internal.h.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 26 Jan 2008 22:36:01 +0000
parents 70fc60344317
children 8233bbcf3e86
comparison
equal deleted inserted replaced
22217:ad357ca94de9 22218:5152a14d06a3
23 * along with this program; if not, write to the Free Software 23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
25 * 25 *
26 */ 26 */
27 27
28 #include "internal.h" 28 #include "finch.h"
29 29
30 #include "certificate.h" 30 #include "certificate.h"
31 #include "debug.h" 31 #include "debug.h"
32 #include "notify.h" 32 #include "notify.h"
33 #include "request.h" 33 #include "request.h"
34 34
35 #include "finch.h"
36 #include "gntcertmgr.h" 35 #include "gntcertmgr.h"
37 36
38 #include "gntbutton.h" 37 #include "gntbutton.h"
39 #include "gntlabel.h" 38 #include "gntlabel.h"
40 #include "gnttree.h" 39 #include "gnttree.h"