<inttypes.h> is part of posix:2001
It includes <stdint.h>
#ifndef _MUTT_CRYPTHASH_H
#define _MUTT_CRYPTHASH_H 1
-
#include <sys/types.h>
-#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
-#else
-#ifdef HAVE_STDINT_H
-#include <stdint.h>
-#endif
-#endif
/* POINTER defines a generic pointer type */
typedef unsigned char *POINTER;
#define _MUTT_MD5_H 1
#include <stdio.h>
-#include <sys/types.h>
-#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
-#endif
-#if defined(HAVE_STDINT_H) || defined(_LIBC)
-#include <stdint.h>
-#endif
+#include <sys/types.h>
#ifndef __GNUC_PREREQ
#if defined(__GNUC__) && defined(__GNUC_MINOR__)
#ifndef _MUTT_PROTOS_H
#define _MUTT_PROTOS_H 1
-#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
-#endif
-
#include "mbyte.h"
#define MoreArgs(p) (*p->dptr && *p->dptr != ';' && *p->dptr != '#')