Add MIN/MAX declarations in nfc-internal.h and nfc-utils.h

Remove the now useless #include <sys/param.h>
This commit is contained in:
Ludovic Rousseau
2012-05-13 19:15:44 +00:00
parent a14ec0cbaa
commit 59d47bc7da
10 changed files with 14 additions and 10 deletions

View File

@@ -28,7 +28,6 @@
/* vim: set ts=2 sw=2 et: */
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/select.h>
#include <sys/stat.h>
#include <sys/time.h>