Re: [lxc-devel] [PATCH 1/4] Consistently use for the API

2013-09-23 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > The API header was included in a variety of ways before, standardize > those to "include " as this will always work both in > tree and on a system with the headers installed. > > Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn > --- >

[lxc-devel] [PATCH 1/4] Consistently use for the API

2013-09-21 Thread Stéphane Graber
The API header was included in a variety of ways before, standardize those to "include " as this will always work both in tree and on a system with the headers installed. Signed-off-by: Stéphane Graber --- src/lxc/bdev.h | 2 +- src/lxc/console.c | 2 +- src/lxc/lxc_clone.c