commit 97fb8811816aa9e4f7a9eced1ec231016a4cba6c
Author: Michael Forney <[email protected]>
AuthorDate: Thu Feb 16 08:58:41 2017 -0800
Commit: Roberto E. Vargas Caballero <[email protected]>
CommitDate: Thu Feb 16 18:42:41 2017 +0100
[lib] Remove unnecessary <inttypes.h> include
This is not necessary since 000d4104bf2f31750b2699b35a59484179b462ba.
diff --git a/lib/die.c b/lib/die.c
index cb0f46b..63d1845 100644
--- 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>