Skip to content

Commit 1aa11b0

Browse files
author
Vadim Grigoruk
committed
commented unnecessary unistd.h
1 parent adf5a1a commit 1aa11b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gif_hash.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SPDX-License-Identifier: MIT
99
#ifndef _GIF_HASH_H_
1010
#define _GIF_HASH_H_
1111

12-
#include <unistd.h>
12+
//#include <unistd.h>
1313
#include <stdint.h>
1414

1515
#define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */

0 commit comments

Comments
 (0)