Skip to content

Commit

Permalink
Track removal of ffi.h from fb-util (#269)
Browse files Browse the repository at this point in the history
Summary:
This should be landed together with facebookincubator/hsthrift#102 which removes ffi.h from fb-util

Pull Request resolved: #269

Reviewed By: nhawkes

Differential Revision: D39420793

Pulled By: donsbot

fbshipit-source-id: 8a753d05f7c483bbab26c82ef23d42ba59b3c4f1
  • Loading branch information
rleshchinskiy authored and facebook-github-bot committed Sep 13, 2022
1 parent 4ea90ad commit eb7e4f7
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 eb7e4f7

Please sign in to comment.