diff --git a/fdbclient/NativeAPI.actor.h b/fdbclient/NativeAPI.actor.h index 033bc2883b..1be191e16c 100644 --- a/fdbclient/NativeAPI.actor.h +++ b/fdbclient/NativeAPI.actor.h @@ -19,8 +19,6 @@ */ #pragma once -#include - #include "flow/IRandom.h" #include "flow/Tracing.h" #if defined(NO_INTELLISENSE) && !defined(FDBCLIENT_NATIVEAPI_ACTOR_G_H) @@ -47,7 +45,6 @@ // Incomplete types that are reference counted class DatabaseContext; -struct WatchMetadata; template <> void addref( DatabaseContext* ptr ); template <> void delref( DatabaseContext* ptr );