summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-03-22 11:40:14 +0100
committerraveit65 <[email protected]>2021-04-02 18:05:49 +0200
commit66a721932a0cde427c28e6836ed9e64f32cb239b (patch)
treeb637d2f9c33cb5e22ee2acdcc8f5f4cdc173b0ab
parent0afa9857c7eb2d6dcfb3b1d90f239f8ecd5ec293 (diff)
downloadcaja-66a721932a0cde427c28e6836ed9e64f32cb239b.tar.bz2
caja-66a721932a0cde427c28e6836ed9e64f32cb239b.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 76fc2752..68426509 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