Skip to content

Commit

Permalink
Track removal of ffi.h from fb-util
Browse files Browse the repository at this point in the history
This should be landed together with facebookincubator/hsthrift#102 which removes ffi.h from fb-util
  • Loading branch information
rleshchinskiy committed Sep 11, 2022
1 parent 87e31b2 commit 46185b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions glean/rts/ffi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
*/

#ifdef OSS
#include <cpp/ffi.h> // @manual
#include <cpp/memory.h> // @manual
#include <cpp/wrap.h> // @manual
#else
#include <common/hs/util/cpp/ffi.h>
#include <common/hs/util/cpp/memory.h>
#include <common/hs/util/cpp/wrap.h>
#endif
Expand Down

0 comments on commit 46185b0

Please sign in to comment.