Remove unnecessary inclusion of param.h.

This commit is contained in:
Marcelo Roberto Jimenez 2010-12-22 11:02:14 -02:00
parent c05bbec6ec
commit 4b0c8d52b8

View File

@ -57,12 +57,6 @@
/* Other systems ??? */ /* Other systems ??? */
#endif #endif
#ifdef WIN32
/* Do not #include <sys/param.h> */
#else
#include <sys/param.h>
#endif
#define LINE_SIZE 180 #define LINE_SIZE 180
#define NAME_SIZE 256 #define NAME_SIZE 256
#define MNFT_NAME_SIZE 64 #define MNFT_NAME_SIZE 64