mirror of https://gitee.com/bigwinds/arangodb
cleanup includes
This commit is contained in:
parent
87ba797adc
commit
2a3ee1f9a4
|
@ -24,7 +24,6 @@
|
|||
#define APPLICATION_FEATURES_APPLICATION_SERVER_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include <functional>
|
||||
|
||||
namespace arangodb {
|
||||
namespace options {
|
||||
|
|
|
@ -24,12 +24,11 @@
|
|||
#define ARANGODB_PROGRAM_OPTIONS_PARAMETERS_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include <limits>
|
||||
|
||||
|
||||
#include <velocypack/Builder.h>
|
||||
#include <velocypack/velocypack-aliases.h>
|
||||
|
||||
#include <limits>
|
||||
#include <numeric>
|
||||
#include <type_traits>
|
||||
|
||||
|
|
Loading…
Reference in New Issue