Skip to content

Commit 46185b0

Browse files
committed
Track removal of ffi.h from fb-util
This should be landed together with facebookincubator/hsthrift#102 which removes ffi.h from fb-util
1 parent 87e31b2 commit 46185b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

glean/rts/ffi.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
*/
88

99
#ifdef OSS
10-
#include <cpp/ffi.h> // @manual
1110
#include <cpp/memory.h> // @manual
1211
#include <cpp/wrap.h> // @manual
1312
#else
14-
#include <common/hs/util/cpp/ffi.h>
1513
#include <common/hs/util/cpp/memory.h>
1614
#include <common/hs/util/cpp/wrap.h>
1715
#endif

0 commit comments

Comments
 (0)