Remove unnecessay header, add new line at the end of the file
This commit is contained in:
parent
7f7620d125
commit
bbc2ffe527
|
@ -120,4 +120,4 @@ CommandFactory setClassFactory(
|
|||
"`stateless', `log', `router', `cluster_controller', `fast_restore', `data_distributor', "
|
||||
"`coordinator', `ratekeeper', `storage_cache', `backup', and `default'."));
|
||||
|
||||
} // namespace fdb_cli
|
||||
} // namespace fdb_cli
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
// When actually compiled (NO_INTELLISENSE), include the generated
|
||||
// version of this file. In intellisense use the source version.
|
||||
#include "flow/FastRef.h"
|
||||
#if defined(NO_INTELLISENSE) && !defined(FDBCLI_FDBCLI_ACTOR_G_H)
|
||||
#define FDBCLI_FDBCLI_ACTOR_G_H
|
||||
#include "fdbcli/fdbcli.actor.g.h"
|
||||
|
|
Loading…
Reference in New Issue