From 924f9500f771a93a7a45bd92bf0d1bd0d8b8e583 Mon Sep 17 00:00:00 2001 From: Alec Mouri Date: Thu, 15 Aug 2024 20:01:08 +0000 Subject: Rename AidlStatusUtil.h to AidlUtil.h Shoving some utility methods to help with transitioning between AIDL types and the types we use internally Bug: 329465218 Flag: EXEMPT mechanical refactor Test: builds Change-Id: I07cdfb7c6bfe89e42c1eb7169e15329916df448a --- libs/gui/SurfaceComposerClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/gui/SurfaceComposerClient.cpp') diff --git a/libs/gui/SurfaceComposerClient.cpp b/libs/gui/SurfaceComposerClient.cpp index b5d9366185..7d3e5c166f 100644 --- a/libs/gui/SurfaceComposerClient.cpp +++ b/libs/gui/SurfaceComposerClient.cpp @@ -43,7 +43,7 @@ #include -#include +#include #include #include #include -- cgit v1.2.3-59-g8ed1b