ref: 53165c498bed133f20a3c33b86a3989e79122f0b
parent: 7e170078b3722b4a586f2a94b6665f4a8912b720
author: Michael Forney <[email protected]>
date: Thu Feb 16 03:58:41 EST 2017
[lib] Remove unnecessary <inttypes.h> include This is not necessary since 000d4104bf2f31750b2699b35a59484179b462ba.
--- 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>