xref: /aosp_15_r20/external/skia/include/core/SkPoint.h (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
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