Commit 1f2830f9 authored by Andres Freund's avatar Andres Freund

Remove redundant stdint.h include.

Discussion: https://postgr.es/m/31674.1506788226@sss.pgh.pa.us
parent 78490579
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
#define PG_BSWAP_H #define PG_BSWAP_H
/* In all supported versions msvc provides _byteswap_* functions in stdlib.h */ /*
#ifdef _MSC_VER * In all supported versions msvc provides _byteswap_* functions in stdlib.h,
#include <stdlib.h> * already included by c.h.
#endif */
/* implementation of uint16 pg_bswap16(uint16) */ /* implementation of uint16 pg_bswap16(uint16) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment