From 9c0d2c13c9aa003fdd750ec6c6eb324659fd5a1b Mon Sep 17 00:00:00 2001 From: Michael Witten Date: Wed, 30 Jan 2008 12:44:54 -0500 Subject: [PATCH] [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 --- vvp/main.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/vvp/main.cc b/vvp/main.cc index 598c349be..c820b2c3c 100644 --- a/vvp/main.cc +++ b/vvp/main.cc @@ -31,9 +31,6 @@ #if defined(HAVE_SYS_RESOURCE_H) # include # include -# if defined(LINUX) -# include -# endif #endif // defined(HAVE_SYS_RESOURCE_H) #if defined(HAVE_GETOPT_H)