From cf1a808984448ddcbba3cd2cd3389d29a311c605 Mon Sep 17 00:00:00 2001
From: Zeying Xie <swpdtz@gmail.com>
Date: Fri, 26 Apr 2013 00:07:41 +0800
Subject: [PATCH 2/3] Debug: change to include system header

Signed-off-by: Zeying Xie <swpdtz@gmail.com>
---
 src/duda_debug.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/duda_debug.c b/src/duda_debug.c
index 746e137..78cd379 100644
--- a/src/duda_debug.c
+++ b/src/duda_debug.c
@@ -22,9 +22,9 @@
 #include "MKPlugin.h"
 #include "webservice.h"
 
-#include "stdio.h"
-#include "stdarg.h"
-#include "time.h"
+#include <stdio.h>
+#include <stdarg.h>
+#include <time.h>
 
 void _duda_debug_header(int type)
 {
-- 
1.8.2.2

