aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/addr_compl.c4
-rw-r--r--src/compose.c5
-rw-r--r--src/gtkutils.c5
-rw-r--r--src/gtkutils.h3
-rw-r--r--src/undo.c3
5 files changed, 0 insertions, 20 deletions
diff --git a/src/addr_compl.c b/src/addr_compl.c
index c0718135..f1f82b84 100644
--- a/src/addr_compl.c
+++ b/src/addr_compl.c
@@ -35,10 +35,6 @@
#include <string.h>
#include <ctype.h>
-#if (HAVE_WCTYPE_H && HAVE_WCHAR_H)
-# include <wchar.h>
-# include <wctype.h>
-#endif
#include "xml.h"
#include "addr_compl.h"
diff --git a/src/compose.c b/src/compose.c
index 3e1e543d..511bc935 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -74,11 +74,6 @@
#include <signal.h>
#include <errno.h>
-#if (HAVE_WCTYPE_H && HAVE_WCHAR_H)
-# include <wchar.h>
-# include <wctype.h>
-#endif
-
#include "main.h"
#include "mainwindow.h"
#include "compose.h"
diff --git a/src/gtkutils.c b/src/gtkutils.c
index bbdbb409..71674a33 100644
--- a/src/gtkutils.c
+++ b/src/gtkutils.c
@@ -42,11 +42,6 @@
#include <stdlib.h>
#include <stdarg.h>
-#if (HAVE_WCTYPE_H && HAVE_WCHAR_H)
-# include <wchar.h>
-# include <wctype.h>
-#endif
-
#include "gtkutils.h"
#include "utils.h"
#include "codeconv.h"
diff --git a/src/gtkutils.h b/src/gtkutils.h
index df23a4e5..2a867660 100644
--- a/src/gtkutils.h
+++ b/src/gtkutils.h
@@ -40,9 +40,6 @@
#include <gtk/gtkstock.h>
#include <stdlib.h>
-#if HAVE_WCHAR_H
-# include <wchar.h>
-#endif
typedef struct _ComboButton ComboButton;
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"