chiark / gitweb /
Remove some redundant includes.
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 17 Nov 2013 11:33:42 +0000 (11:33 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 17 Nov 2013 11:33:42 +0000 (11:33 +0000)
lib/inputline.c
lib/split.c

index 53b0ffc9d59b543f3979dd92f251534dbac2e01e..aa8f68584c86267dcac0a29f04aa22b3b9a546cf 100644 (file)
@@ -26,7 +26,6 @@
 #include "log.h"
 #include "mem.h"
 #include "vector.h"
-#include "charset.h"
 #include "inputline.h"
 #include "sink.h"
 
index d4410dcd6bdfd5edcda2cd9f67ea512224097ffc..2ec650f6e1114e2b340990a18d3519096a4e251c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder.
- * Copyright (C) 2004, 2006-2008 Richard Kettlewell
+ * Copyright (C) 2004, 2006-2008, 2013 Richard Kettlewell
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -26,7 +26,6 @@
 #include "mem.h"
 #include "split.h"
 #include "log.h"
-#include "charset.h"
 #include "vector.h"
 
 static inline int space(int c) {