summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-store-xml.c
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-05-03 20:23:57 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-05-03 20:31:44 -0400
commit01c93ae3a7c68a04b8caa3deb26168857d996313 (patch)
tree170460764b7ade7d2304cef909ee3246edac5249 /telepathy-logger/log-store-xml.c
parentc05b106fb723bad6c70e5880c15e9be6d53ff6e7 (diff)
downloadtelepathy-logger-01c93ae3a7c68a04b8caa3deb26168857d996313.tar.gz
Cleanup includes fixing usage of " and <
Diffstat (limited to 'telepathy-logger/log-store-xml.c')
-rw-r--r--telepathy-logger/log-store-xml.c23
1 files changed, 12 insertions, 11 deletions
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 <telepathy-glib/dbus.h>
#include <telepathy-glib/defs.h>
#include <telepathy-glib/util.h>
-#include <telepathy-logger/call-event.h>
-#include <telepathy-logger/call-event-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/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 <telepathy-logger/entity-internal.h>
-#include <telepathy-logger/debug-internal.h>
-#include <telepathy-logger/util-internal.h>
+#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)