Skip to content

Commit a96622a

Browse files
committed
Includes not gated on _MSC_VER
1 parent a30ee9f commit a96622a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/delta.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@
2222
#include <stdint.h>
2323
#include <string.h>
2424
#include <delta.h>
25-
#if defined(_MSC_VER)
26-
#include <limits.h> /* INT_MAX */
27-
#include <inttypes.h> /* PRIu32 */
28-
#endif
25+
#include <limits.h> /* INT_MAX */
26+
#include <inttypes.h> /* PRIu32 */
2927

3028
#define ESC 0x7f
3129

0 commit comments

Comments
 (0)