From 8c97c5ee61b9d4738aee14fc7fb116f34aa23a82 Mon Sep 17 00:00:00 2001 From: Roman Leshchinskiy Date: Sun, 11 Sep 2022 11:42:47 +0000 Subject: [PATCH] Track removal of ffi.h from fb-util This should be landed together with https://github.com/facebookincubator/hsthrift/pull/102 which removes ffi.h from fb-util --- glean/rts/ffi.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/glean/rts/ffi.cpp b/glean/rts/ffi.cpp index 9e3a89415..c1efb2074 100644 --- a/glean/rts/ffi.cpp +++ b/glean/rts/ffi.cpp @@ -7,11 +7,9 @@ */ #ifdef OSS -#include // @manual #include // @manual #include // @manual #else -#include #include #include #endif