#ifndef SkPathPriv_DEFINED
#define SkPathPriv_DEFINED
#include "include/core/SkArc.h"
#include "include/core/SkPath.h"
#include "include/core/SkPathBuilder.h"
#include "include/core/SkPathTypes.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/core/SkTypes.h"
#include "include/private/SkIDChangeListener.h"
#include "include/private/SkPathRef.h"
#include "include/private/base/SkDebug.h"
#include "src/core/SkPathEnums.h"
#include <cstdint>
#include <iterator>
#include <utility>
class SkMatrix;
class SkRRect;
static_assert …;
static_assert …;
static_assert …;
static_assert …;
class SkPathPriv { … };
class SkPathEdgeIter { … };
#endif