Re: [lxc-devel] [PATCH 1/2] lxc: fix erroneous includes

2011-11-10 Thread Daniel Lezcano
On 11/03/2011 05:41 PM, Greg Kurz wrote: > The "" notation is preferrable if the header file is local. > > Signed-off-by: Greg Kurz > --- Applied. -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/

[lxc-devel] [PATCH 1/2] lxc: fix erroneous includes

2011-11-03 Thread Greg Kurz
The "" notation is preferrable if the header file is local. Signed-off-by: Greg Kurz --- src/lxc/genl.c |5 +++-- src/lxc/lxc_info.c |3 ++- src/lxc/mainloop.h |2 +- src/lxc/network.c |5 +++-- src/lxc/nl.c |3 ++- src/lxc/restart.c |3 ++- src/lxc/rtnl.c