1
0
Fork 0

Removed shape* include

This commit is contained in:
Michael Hackstein 2016-02-29 18:00:31 +01:00
parent cb40281543
commit b29b84687b
2 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,6 @@
#include "Basics/Logger.h"
#include "VocBase/document-collection.h"
#include "VocBase/transaction.h"
#include "VocBase/VocShaper.h"
using namespace arangodb;

View File

@ -27,12 +27,9 @@
#include "Basics/Common.h"
#include "GeoIndex/GeoIndex.h"
#include "Indexes/Index.h"
#include "VocBase/shaped-json.h"
#include "VocBase/vocbase.h"
#include "VocBase/voc-types.h"
class VocShaper;
namespace arangodb {
class GeoIndex2 final : public Index {