[hackers] [scc] [lib] Remove unnecessary <inttypes.h> include || Michael Forney

From: <git_AT_suckless.org>
Date: Thu, 16 Feb 2017 18:42:51 +0100 (CET)

commit 97fb8811816aa9e4f7a9eced1ec231016a4cba6c
Author: Michael Forney <mforney_AT_mforney.org>
AuthorDate: Thu Feb 16 08:58:41 2017 -0800
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
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
_AT_@ -1,6 +1,5 @@
 /* See LICENSE file for copyright and license details. */
 static char sccsid[] = "_AT_(#) ./lib/die.c";
-#include <inttypes.h>
 #include <stdarg.h>
 #include <stdlib.h>
 #include <stdio.h>
Received on Thu Feb 16 2017 - 18:42:51 CET

This archive was generated by hypermail 2.3.0 : Thu Feb 16 2017 - 18:48:21 CET