/* Copyright (c) Facebook, Inc. and its affiliates. (http://www.facebook.com) */ #pragma once #include "frame.h" #include "globals.h" #include "objects.h" #include "runtime.h" #include "thread.h" namespace py { void initializeRefTypes(Thread* thread); } // namespace py