1 /* 2 * Copyright 2023 Google LLC 3 * 4 * Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. 5 */ 6 7 // SkPoint is part of the public API, but is also required by code in base. The following include 8 // forwarding allows SkPoint to participate in the API and for use by code in base. 9 10 #include "include/private/base/SkPoint_impl.h" // IWYU pragma: export 11