From e9ae596dab8f7c63f92be8489822fded42c9edd8 Mon Sep 17 00:00:00 2001 From: Ben Thompson Date: Tue, 11 Oct 2016 02:20:46 -0500 Subject: [PATCH] MCOL-98: Div actually returns Null and does not throw and error. Removed unneeded includes. --- utils/funcexp/func_div.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/utils/funcexp/func_div.cpp b/utils/funcexp/func_div.cpp index 5d57b7db2..93880050b 100644 --- a/utils/funcexp/func_div.cpp +++ b/utils/funcexp/func_div.cpp @@ -34,11 +34,6 @@ using namespace std; #include "rowgroup.h" using namespace execplan; -#include "errorcodes.h" -#include "idberrorinfo.h" -#include "errorids.h" -using namespace logging; - #include "dataconvert.h" namespace funcexp