Skip to content

Commit 1f2830f

Browse files
committed
Remove redundant stdint.h include.
Discussion: https://postgr.es/m/31674.1506788226@sss.pgh.pa.us
1 parent 7849057 commit 1f2830f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/include/port/pg_bswap.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
#define PG_BSWAP_H
2222

2323

24-
/* In all supported versions msvc provides _byteswap_* functions in stdlib.h */
25-
#ifdef _MSC_VER
26-
#include <stdlib.h>
27-
#endif
24+
/*
25+
* In all supported versions msvc provides _byteswap_* functions in stdlib.h,
26+
* already included by c.h.
27+
*/
2828

2929

3030
/* implementation of uint16 pg_bswap16(uint16) */

0 commit comments

Comments
 (0)