Remove unnecessary inclusion of param.h.

(cherry picked from commit 4b0c8d52b8c1a34b55e605f0ea78277e622410f0)
This commit is contained in:
Marcelo Roberto Jimenez 2010-12-22 11:02:14 -02:00
parent e91e4bea0f
commit e07ba67188

View File

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