No longer want to #include <libibex/ibex.h>

2002-04-26  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-store-summary.h: No longer want to #include
	<libibex/ibex.h>

svn path=/trunk/; revision=16608
This commit is contained in:
Jeffrey Stedfast
2002-04-26 23:55:39 +00:00
committed by Jeffrey Stedfast
parent 6d3e92a2af
commit 6346d84daa
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2002-04-26 Jeffrey Stedfast <fejj@ximian.com>
* camel-store-summary.h: No longer want to #include
<libibex/ibex.h>
* camel-provider.c (camel_provider_auto_detect): New function to
auto-detect configuration settings.

View File

@ -29,10 +29,14 @@ extern "C" {
#endif /* __cplusplus */
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
#include <time.h>
#include <camel/camel-mime-parser.h>
#include <camel/camel-object.h>
#include <libibex/ibex.h>
#define CAMEL_STORE_SUMMARY(obj) CAMEL_CHECK_CAST (obj, camel_store_summary_get_type (), CamelStoreSummary)
#define CAMEL_STORE_SUMMARY_CLASS(klass) CAMEL_CHECK_CLASS_CAST (klass, camel_store_summary_get_type (), CamelStoreSummaryClass)