diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-09-06 08:02:09 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-09-06 08:02:09 (GMT) |
commit | 00693b0bd778d46d986a05e630c0d0c0fbb63992 (patch) | |
tree | a0692fe268ba2cb2b9f981ccf581102c4e716a8b /generic/tkInt.h | |
parent | 5d2ce7fc6a86dd052459261a1c49569e578f7797 (diff) | |
download | tk-00693b0bd778d46d986a05e630c0d0c0fbb63992.zip tk-00693b0bd778d46d986a05e630c0d0c0fbb63992.tar.gz tk-00693b0bd778d46d986a05e630c0d0c0fbb63992.tar.bz2 |
Header include reform: Since "tkInt.h" already contains header files like <stdlib.h>, <string.h> and <ctype.h>, we don't have to include those in every separate C-file. Just depend on tkInt.h to provide it.
This mainly affects ttk, since most other files already adhered to this.
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index b784bfb..81da2bc 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -25,7 +25,6 @@ * Darwin (where configure runs only once for multiple architectures). */ -#include <stdio.h> #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif |