Skip to content

Commit

Permalink
stress-ng.h: remove #include <sys/param.h> from header
Browse files Browse the repository at this point in the history
Forgot to remove it

Signed-off-by: Colin Ian King <[email protected]>
  • Loading branch information
ColinIanKing committed Oct 10, 2024
1 parent 83fd767 commit 3228677
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stress-ng.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@
#include <sys/time.h>
#include <sys/types.h>
#include <sys/wait.h>
#if defined(HAVE_SYS_PARAM_H)
//#include <sys/param.h>
#endif
#if defined(HAVE_SYSCALL_H)
#include <sys/syscall.h>
#endif
Expand Down

0 comments on commit 3228677

Please sign in to comment.