mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Remove redundant stdint.h include.
Discussion: https://postgr.es/m/31674.1506788226@sss.pgh.pa.us
This commit is contained in:
@ -21,10 +21,10 @@
|
||||
#define PG_BSWAP_H
|
||||
|
||||
|
||||
/* In all supported versions msvc provides _byteswap_* functions in stdlib.h */
|
||||
#ifdef _MSC_VER
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
/*
|
||||
* In all supported versions msvc provides _byteswap_* functions in stdlib.h,
|
||||
* already included by c.h.
|
||||
*/
|
||||
|
||||
|
||||
/* implementation of uint16 pg_bswap16(uint16) */
|
||||
|
Reference in New Issue
Block a user