/* * Copyright 2012 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkReduceOrder_DEFINED #define SkReduceOrder_DEFINED #include "include/core/SkPath.h" #include "src/pathops/SkPathOpsCubic.h" #include "src/pathops/SkPathOpsLine.h" #include "src/pathops/SkPathOpsQuad.h" struct SkConic; struct SkPoint; SkReduceOrder; #endif