From b32ab1a0c992242039ccffa28b67f6f9674224d2 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Mon, 26 Mar 2001 11:32:15 +0000 Subject: Replace includes and add to remove 2001-03-26 Kjartan Maraas * wombat.c: Replace includes and add to remove warnings from newer gcc. 2001-03-21 JP Rosevear svn path=/trunk/; revision=8939 --- wombat/wombat.c | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'wombat/wombat.c') diff --git a/wombat/wombat.c b/wombat/wombat.c index f5baae4610..5c40b0530a 100644 --- a/wombat/wombat.c +++ b/wombat/wombat.c @@ -5,21 +5,29 @@ * Copyright 2000, Helix Code, Inc. */ +#ifdef HAVE_CONFIG_H #include -#include -#include +#endif + +#include +#include +#include +#include +#include #include -#include -#include #include +#include -#ifdef HAVE_LDAP -#include -#endif +#include "pas/pas-book-factory.h" +#include "pas/pas-backend-file.h" #include "calendar/pcs/cal-factory.h" #include "calendar/pcs/cal-backend-file.h" +#ifdef HAVE_LDAP +#include "pas/pas-backend-ldap.h" +#endif + #include "wombat-moniker.h" /* The and addressbook calendar factories */ -- cgit