/* * 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 SkPathOpsLine_DEFINED #define SkPathOpsLine_DEFINED #include "include/core/SkPoint.h" #include "include/core/SkTypes.h" #include "src/pathops/SkPathOpsPoint.h" struct SkDLine { … }; #endif