From b1fd8a439ef68cb62c96aab83a54a6bd2785e46e Mon Sep 17 00:00:00 2001 From: Nim Wijetunga Date: Thu, 4 Feb 2021 12:54:18 -0500 Subject: [PATCH] revert NativeAPI --- fdbclient/NativeAPI.actor.h | 3 --- 1 file changed, 3 deletions(-) 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 );