1*c8dee2aaSAndroid Build Coastguard Worker // Copyright 2023 Google LLC 2*c8dee2aaSAndroid Build Coastguard Worker // 3*c8dee2aaSAndroid Build Coastguard Worker // Use of this source code is governed by a BSD-style license that can be 4*c8dee2aaSAndroid Build Coastguard Worker // found in the LICENSE file. 5*c8dee2aaSAndroid Build Coastguard Worker 6*c8dee2aaSAndroid Build Coastguard Worker #ifndef THIRD_PARTY_VELLO_CPP_VELLO_H_ 7*c8dee2aaSAndroid Build Coastguard Worker #define THIRD_PARTY_VELLO_CPP_VELLO_H_ 8*c8dee2aaSAndroid Build Coastguard Worker 9*c8dee2aaSAndroid Build Coastguard Worker #include "third_party/vello/src/lib.rs.h" 10*c8dee2aaSAndroid Build Coastguard Worker 11*c8dee2aaSAndroid Build Coastguard Worker #endif // THIRD_PARTY_VELLO_CPP_VELLO_H_ 12