From d22098f65d93a394f22139459eef717058f285f3 Mon Sep 17 00:00:00 2001 From: Tomasz Wasilczyk Date: Tue, 25 Jul 2023 13:16:06 -0700 Subject: [PATCH] Remove sub-includes from libcutils/threads.h This will drop any incentive to use this header Bug: 289414897 Test: it builds Change-Id: I3d7f56ac027f59794cb4cf533847c5fda5529906 --- libcutils/include/cutils/threads.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/libcutils/include/cutils/threads.h b/libcutils/include/cutils/threads.h index 92564b8db..9bc3429be 100644 --- a/libcutils/include/cutils/threads.h +++ b/libcutils/include/cutils/threads.h @@ -13,13 +13,3 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - -#pragma once - -#include - -#if defined(_WIN32) -#include -#else -#include -#endif