From 38223569ab0563977aa6e393f55c6d12dfceb7bd Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Thu, 31 Mar 2016 09:10:23 +1100 Subject: [PATCH] Removed unnecessary boost include --- src/units/filter.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/units/filter.cpp b/src/units/filter.cpp index 2664dacbb30..a60cd76a0c7 100644 --- a/src/units/filter.cpp +++ b/src/units/filter.cpp @@ -42,7 +42,6 @@ #include #include #include -#include //needed for boost::in_place to initialize optionals #include @@ -102,11 +101,11 @@ public: virtual ~null_unit_filter_impl() {} - + config to_config() const { return config(); } - + bool empty() const { return true; } @@ -146,7 +145,7 @@ public: const vconfig& cond_filter = cond.get_child(); cond_children_.push_back(unit_filter(cond_filter, &fc_, use_flat_tod_)); - cond_child_types_.push_back(type); + cond_child_types_.push_back(type); } else { static const int NUM_VALID_TAGS = 5;