/* * Copyright 2006 The Android Open Source Project * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkParse_DEFINED #define SkParse_DEFINED #include "include/core/SkColor.h" #include "include/core/SkScalar.h" #include "include/core/SkTypes.h" #include <cstddef> #include <cstdint> class SK_API SkParse { … }; #endif