1
0
Fork 0

Removed debug log includes

This commit is contained in:
Michael Hackstein 2019-12-02 17:08:40 +01:00
parent d83e3acfc9
commit 9c8ae9dbbf
4 changed files with 0 additions and 7 deletions

View File

@ -39,8 +39,6 @@
#include <velocypack/Iterator.h>
#include <velocypack/velocypack-aliases.h>
#include "Logger/LogMacros.h"
using namespace arangodb;
using namespace arangodb::aql;

View File

@ -23,8 +23,6 @@
#include "AqlItemBlockInputRange.h"
#include "Aql/ShadowAqlItemRow.h"
#include "Logger/LogMacros.h"
#include <velocypack/Builder.h>
#include <velocypack/velocypack-aliases.h>
#include <numeric>

View File

@ -35,8 +35,6 @@
#include "Aql/SingleRowFetcher.h"
#include "Aql/Stats.h"
#include "Logger/LogMacros.h"
#include <utility>
using namespace arangodb;

View File

@ -24,7 +24,6 @@
////////////////////////////////////////////////////////////////////////////////
#include "SingleRowFetcher.h"
#include <Logger/LogMacros.h>
#include "Aql/AqlItemBlock.h"
#include "Aql/DependencyProxy.h"