2007-08-06 Simon Josefsson <simon@josefsson.org>
[gnulib.git] / lib / crc.h
index ee13daf..6d3d70d 100644 (file)
--- a/lib/crc.h
+++ b/lib/crc.h
 # define CRC_H 1
 
 #include <stddef.h>
-#if HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
-#if HAVE_STDINT_H
-# include <stdint.h>
-#endif
+#include <stdint.h>
 
 /* Compute CRC-32 value of LEN bytes long BUF, and return it. */
 extern uint32_t crc32 (const char *buf, size_t len);