blob: b9a3ad0416bd08b4aed7421d4f6b7ce79f707208 [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 LIB_FIDL_CPP_INTERNAL_IMPLEMENTATION_H_
#define LIB_FIDL_CPP_INTERNAL_IMPLEMENTATION_H_
// This header includes the necessary definitions to implement the high-level
// C++ FIDL binding proxies and stubs.
#include "lib/fidl/cpp/internal/logging.h"
#include "lib/fidl/cpp/internal/natural_types_implementation.h"
#endif // LIB_FIDL_CPP_INTERNAL_IMPLEMENTATION_H_