summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/browser.c1
-rw-r--r--desktop/frames.c1
-rw-r--r--desktop/netsurf.c2
3 files changed, 0 insertions, 4 deletions
diff --git a/desktop/browser.c b/desktop/browser.c
index 741dba811..55e3f793e 100644
--- a/desktop/browser.c
+++ b/desktop/browser.c
@@ -26,7 +26,6 @@
*/
#include <assert.h>
-#include <ctype.h>
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
diff --git a/desktop/frames.c b/desktop/frames.c
index e7c95e766..1d9e2c2fc 100644
--- a/desktop/frames.c
+++ b/desktop/frames.c
@@ -21,7 +21,6 @@
*/
#include <assert.h>
-#include <ctype.h>
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 1a2eb5f64..cc823d4e9 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -18,7 +18,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <locale.h>
#include <signal.h>
#include <stdbool.h>
#include <stdio.h>
@@ -111,7 +110,6 @@ void netsurf_init(int argc, char** argv)
lib_init();
url_init();
gui_init(argc, argv);
- setlocale(LC_ALL, "");
fetch_init();
fetchcache_init();
gui_init2(argc, argv);