[PATCH] Removed #include asm/page.h on GNU/Linux
vvp/main.cc was including asm/page.h on GNU/Linux systems, though that file does not often exist and is not necessary. Signed-off-by: Michael Witten <mfwitten@mit.edu>
This commit is contained in:
parent
d49e44594b
commit
3af373667a
|
|
@ -34,9 +34,6 @@
|
|||
#if defined(HAVE_SYS_RESOURCE_H)
|
||||
# include <sys/time.h>
|
||||
# include <sys/resource.h>
|
||||
# if defined(LINUX)
|
||||
# include <asm/page.h>
|
||||
# endif
|
||||
#endif // defined(HAVE_SYS_RESOURCE_H)
|
||||
|
||||
#if defined(HAVE_GETOPT_H)
|
||||
|
|
|
|||
Loading…
Reference in New Issue