summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-03-22 11:40:14 +0100
committerraveit65 <[email protected]>2022-07-21 19:33:51 +0200
commit18e1d60e2fb94ca5d511d96fad6a259fad5b4f52 (patch)
treefcf397a8f239a2ae08751f40c40be8e848e04889
parent5518f89ddf34fdbab47aba9652d208678c70de49 (diff)
downloadcaja-18e1d60e2fb94ca5d511d96fad6a259fad5b4f52.tar.bz2
caja-18e1d60e2fb94ca5d511d96fad6a259fad5b4f52.tar.xz
No longer need to check the locale.h header as it's part of C90
-rw-r--r--src/caja-main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/caja-main.c b/src/caja-main.c
index c31938aa..8cf1cdd7 100644
--- a/src/caja-main.c
+++ b/src/caja-main.c
@@ -30,9 +30,7 @@
#include <config.h>
#include <dlfcn.h>
#include <signal.h>
-#ifdef HAVE_LOCALE_H
#include <locale.h>
-#endif
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif