Re: [ovs-dev] [PATCH 2/8] lib/classifier: Clean up includes.

2014-06-11 Thread Jarno Rajahalme
Pushed to master (but I forgot to add the Acked-by, sorry), Jarno On Jun 10, 2014, at 12:21 PM, Ethan Jackson wrote: > Acked-by: Ethan Jackson > > > On Mon, Jun 9, 2014 at 11:53 AM, Jarno Rajahalme > wrote: >> Remove unnecessary includes from lib/classifier.h and add them to >> lib/class

Re: [ovs-dev] [PATCH 2/8] lib/classifier: Clean up includes.

2014-06-10 Thread Ethan Jackson
Acked-by: Ethan Jackson On Mon, Jun 9, 2014 at 11:53 AM, Jarno Rajahalme wrote: > Remove unnecessary includes from lib/classifier.h and add them to > lib/classifier.c as needed. > > Signed-off-by: Jarno Rajahalme > --- > lib/classifier.c |5 + > lib/classifier.h |9 - > 2

[ovs-dev] [PATCH 2/8] lib/classifier: Clean up includes.

2014-06-09 Thread Jarno Rajahalme
Remove unnecessary includes from lib/classifier.h and add them to lib/classifier.c as needed. Signed-off-by: Jarno Rajahalme --- lib/classifier.c |5 + lib/classifier.h |9 - 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/lib/classifier.c b/lib/classifier.c in