1 /* 2 * Copyright 2006 The Android Open Source Project 3 * 4 * Use of this source code is governed by a BSD-style license that can be 5 * found in the LICENSE file. 6 */ 7 8 #ifndef SkThread_DEFINED 9 #define SkThread_DEFINED 10 11 // TODO: delete this file, or maybe move the definition of SkThread here. 12 13 #include "SkAtomics.h" 14 #include "SkMutex.h" 15 16 #endif 17