mirror of
git://sigrok.org/libserialport
synced 2023-08-10 21:13:24 +03:00
Remove redundant inclusions of limits.h
The first one would be included for Windows too which seems to be an error. The second one is obviously redundant.
This commit is contained in:
parent
95bad38c5b
commit
15541ebd78
@ -37,7 +37,6 @@
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <limits.h>
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#include <tchar.h>
|
||||
@ -53,7 +52,6 @@
|
||||
#include <termios.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/time.h>
|
||||
#include <limits.h>
|
||||
#include <poll.h>
|
||||
#endif
|
||||
#ifdef __APPLE__
|
||||
|
Loading…
Reference in New Issue
Block a user