changeset 620:c54772789f32

Remove useless #includes.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 17 Jan 2020 03:46:38 +0200
parents c1eed41a0215
children badca3de39ea
files th_string.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/th_string.h	Fri Jan 17 03:41:54 2020 +0200
+++ b/th_string.h	Fri Jan 17 03:46:38 2020 +0200
@@ -11,9 +11,7 @@
 #define TH_STRING_H
 
 #include "th_util.h"
-#include <stdlib.h>
 #include <ctype.h>
-#include <stdarg.h>
 
 #ifdef __cplusplus
 extern "C" {