| // Copyright 2013 The Flutter Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #include "impeller.h" | |
| // This C file is only present to make sure the C header can be imported cleanly | |
| // in a C translation unit. Accidental additions of C++ constructs to the header | |
| // will lead to compilation errors in this translation unit. |