blob: 37a3bec07369ca69d23fd7495f40958960376390 [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_
#include <lib/fidl/internal.h>
#include <stdint.h>
#include <zircon/assert.h>
#include <limits>
#include <memory>
#include "lib/fidl/cpp/clone.h"
#include "lib/fidl/cpp/comparison.h"
#include "lib/fidl/cpp/encoder.h"
#include "lib/fidl/cpp/internal/logging.h"
#include "lib/fidl/cpp/traits.h"
#endif // LIB_FIDL_CPP_INTERNAL_IMPLEMENTATION_H_