diff options
author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2015-05-12 16:03:14 +0200 |
---|---|---|
committer | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2015-05-12 16:03:14 +0200 |
commit | d376be237b615e6669d95b4c758e63155a16fccc (patch) | |
tree | c589bc63fee9af69f1af46fe7884dce34267ca77 /adler32.c | |
parent | 0cd2fda2a376cfa359840f1e7e0b7338c9f5e15b (diff) |
Minor cleanup of includefiles relating mostly to stdint.h
Diffstat (limited to 'adler32.c')
-rw-r--r-- | adler32.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ /* @(#) $Id$ */ #include "zutil.h" -#include <stdint.h> static uint32_t adler32_combine_ (uint32_t adler1, uint32_t adler2, z_off64_t len2); |