Remove a fdbprc header from flow library

Flow should be an independent library.
This commit is contained in:
Jingyu Zhou 2019-07-03 10:50:25 -07:00 committed by Alex Miller
parent 23ecc17075
commit 5ea2e69016
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@
#include "boost/asio.hpp"
#include "flow/serialize.h"
#include "flow/IRandom.h"
#include "fdbrpc/crc32c.h"
enum {
TaskMaxPriority = 1000000,