Remove unneeded module violation.

This commit is contained in:
Alex Miller 2020-05-07 15:40:22 -07:00
parent 8a6e177950
commit 5f51d97444
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@
#include "flow/UnitTest.h"
#include "fdbrpc/genericactors.actor.h"
#include "flow/Platform.h"
#include "fdbserver/ClusterRecruitmentInterface.h" // TODO(alexmiller): do the binary serialization hack
#include "flow/actorcompiler.h" // has to be last include
std::pair< std::string, bool > ClusterConnectionFile::lookupClusterFileName( std::string const& filename ) {