Updating Xamarin/Microsoft file headers
[platform/upstream/libSkiaSharp.git] / src / xamarin / sk_xamarin.cpp
1 /*
2  * Copyright 2015 Xamarin Inc.
3  * Copyright 2017 Microsoft Corporation. All rights reserved.
4  *
5  * Use of this source code is governed by a BSD-style license that can be
6  * found in the LICENSE file.
7  */
8
9 #include "SkCodec.h"
10
11 #include "sk_xamarin.h"
12
13 #include "sk_types_priv.h"
14
15 #ifdef NEED_INIT_NEON
16
17 namespace SkOpts {
18     void Init_neon() {}
19 }
20
21 #endif