From: Enrico Scholz Date: Tue, 4 Nov 2003 13:53:12 +0000 (+0000) Subject: do not include the kernel-header anymore X-Git-Tag: VERSION_0_10~1085 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ad70edd7b91460f581d088291b255f34551ccbf;p=util-vserver.git do not include the kernel-header anymore git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@373 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/lib/virtual.h b/util-vserver/lib/virtual.h index 57d74bf..f05fb40 100644 --- a/util-vserver/lib/virtual.h +++ b/util-vserver/lib/virtual.h @@ -1,8 +1,6 @@ #ifndef _LINUX_VIRTUAL_H #define _LINUX_VIRTUAL_H -#include - #define VC_CATEGORY(c) (((c) >> 24) & 0x3F) #define VC_COMMAND(c) (((c) >> 16) & 0xFF) #define VC_VERSION(c) ((c) & 0xFFF)