summaryrefslogtreecommitdiffstats
path: root/buf.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2020-04-22 19:41:38 -0700
committerKaz Kylheku <kaz@kylheku.com>2020-04-22 19:41:38 -0700
commit1e43bc3bc6158a918736adf96792815afba268da (patch)
treefe54c7b28c245160605b9e6b9baab0b09d4ed930 /buf.c
parentb692d3b5b9470551da36768ac47f8aa6805be84b (diff)
downloadtxr-1e43bc3bc6158a918736adf96792815afba268da.tar.gz
txr-1e43bc3bc6158a918736adf96792815afba268da.tar.bz2
txr-1e43bc3bc6158a918736adf96792815afba268da.zip
Remove unnecessary #include directives.
Time for some spring cleaning. * args.c, arith.c, buf.c, cadr.c, chksum.c, debug.c, ftw.c, gc.c, gencadr.txr, glob.c, hash.c, lisplib.c, match.c, parser.c, parser.l, parser.y, rand.c, signal.c, stream.c, strudel.c, syslog.c, tree.c, unwind.c, utf8.c, vm.c: Numerous unnecessary #include directives removed.
Diffstat (limited to 'buf.c')
-rw-r--r--buf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/buf.c b/buf.c
index c59c282a..4fb25ad6 100644
--- a/buf.c
+++ b/buf.c
@@ -25,7 +25,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <stddef.h>
#include <wchar.h>
#include <limits.h>
#include <float.h>