Remove unnecessay header, add new line at the end of the file

This commit is contained in:
Chaoguang Lin 2021-08-05 19:29:01 +00:00
parent 7f7620d125
commit bbc2ffe527
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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"