1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

MCOL-1559 remove unused boost/trim header

This commit is contained in:
David Hall
2019-04-10 08:46:15 -05:00
parent d78944d9ff
commit 28e743bf38

View File

@@ -36,7 +36,6 @@ using namespace std;
#include <boost/algorithm/string.hpp> #include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/case_conv.hpp> #include <boost/algorithm/string/case_conv.hpp>
#include <boost/algorithm/string/split.hpp> #include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/trim.hpp>
namespace ba = boost::algorithm; namespace ba = boost::algorithm;
#include "calpontexecutionplan.h" #include "calpontexecutionplan.h"