From 01c93ae3a7c68a04b8caa3deb26168857d996313 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 3 May 2011 20:23:57 -0400 Subject: Cleanup includes fixing usage of " and < --- telepathy-logger/log-store-xml.c | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'telepathy-logger/log-store-xml.c') diff --git a/telepathy-logger/log-store-xml.c b/telepathy-logger/log-store-xml.c index 269829c..ba0cd60 100644 --- a/telepathy-logger/log-store-xml.c +++ b/telepathy-logger/log-store-xml.c @@ -38,19 +38,20 @@ #include #include #include -#include -#include -#include -#include -#include -#include -#include -#include + +#include "telepathy-logger/call-event.h" +#include "telepathy-logger/call-event-internal.h" +#include "telepathy-logger/entity-internal.h" +#include "telepathy-logger/event-internal.h" +#include "telepathy-logger/text-event.h" +#include "telepathy-logger/text-event-internal.h" +#include "telepathy-logger/log-manager.h" +#include "telepathy-logger/log-store-internal.h" +#include "telepathy-logger/log-manager-internal.h" +#include "telepathy-logger/util-internal.h" #define DEBUG_FLAG TPL_DEBUG_LOG_STORE -#include -#include -#include +#include "telepathy-logger/debug-internal.h" #define LOG_DIR_CREATE_MODE (S_IRUSR | S_IWUSR | S_IXUSR) #define LOG_FILE_CREATE_MODE (S_IRUSR | S_IWUSR) -- cgit v1.2.1