// Copyright 2020 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef V8_HEAP_LOCAL_FACTORY_INL_H_ #define V8_HEAP_LOCAL_FACTORY_INL_H_ #include "src/heap/factory-base-inl.h" #include "src/heap/local-factory.h" #include "src/roots/roots-inl.h" namespace v8 { internal // namespace internal } // namespace v8 #endif // V8_HEAP_LOCAL_FACTORY_INL_H_