scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 97fb8811816aa9e4f7a9eced1ec231016a4cba6c
parent 626750d36023b7be39786b5f97c7f98685c83742
Author: Michael Forney <mforney@mforney.org>
Date:   Thu, 16 Feb 2017 08:58:41 -0800

[lib] Remove unnecessary <inttypes.h> include

This is not necessary since 000d4104bf2f31750b2699b35a59484179b462ba.

Diffstat:
Mlib/die.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/lib/die.c b/lib/die.c @@ -1,6 +1,5 @@ /* See LICENSE file for copyright and license details. */ static char sccsid[] = "@(#) ./lib/die.c"; -#include <inttypes.h> #include <stdarg.h> #include <stdlib.h> #include <stdio.h>