aboutsummaryrefslogtreecommitdiff
path: root/src/undo.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-21 11:07:51 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-21 11:07:51 +0000
commitf9f8dd90bd443d43855c8a673100d199a1ac6560 (patch)
treedcd78f6ff33d83e00bc56825eb07ba2b1584c774 /src/undo.c
parent1eb9f56ddbd870069cd77a20d7150ac82961042c (diff)
removed mbs/wcs functions which are no longer required.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@596 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/undo.c')
-rw-r--r--src/undo.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/undo.c b/src/undo.c
index f3569e2b..1925f19b 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -27,9 +27,6 @@
#include <glib.h>
#include <gtk/gtktextview.h>
-#include <string.h> /* for strlen */
-#include <stdlib.h> /* for mbstowcs */
-
#include "undo.h"
#include "utils.h"
#include "prefs_common.h"