From 759449b4beae4fb9535198bb94b7990c027ea1bb Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Fri, 1 Aug 2014 15:59:45 +0200 Subject: [PATCH] remove an unneeded check in JSONDescriptor --- Descriptors/JSONDescriptor.h | 38 +++++++++++++++++------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/Descriptors/JSONDescriptor.h b/Descriptors/JSONDescriptor.h index ddddc1403..5437004ae 100644 --- a/Descriptors/JSONDescriptor.h +++ b/Descriptors/JSONDescriptor.h @@ -39,6 +39,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "../Util/StringUtil.h" #include "../Util/TimingUtil.h" +#include + #include template class JSONDescriptor : public BaseDescriptor @@ -118,14 +120,14 @@ template class JSONDescriptor : public BaseDescriptor class JSONDescriptor : public BaseDescriptor class JSONDescriptor : public BaseDescriptor