blob: 05744a441c8b94d72f4c868cda5e636cd863f700 [file] [log] [blame]
// Copyright 2018 The Fuchsia 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 ZIRCON_KERNEL_INCLUDE_KTL_FORWARD_H_
#define ZIRCON_KERNEL_INCLUDE_KTL_FORWARD_H_
#include <utility>
namespace ktl {
using std::forward;
} // namespace ktl
#endif // ZIRCON_KERNEL_INCLUDE_KTL_FORWARD_H_