ANDROID: [DRM] Use Luts instead due to Lut AIDL change.
Bug: 329472100
Change-Id: I1d7d245b35c94ebd021b6a4449b208038482be3f
Test: builds
Ignore-AOSP-First: uprev'ing based on internal-first hal changes
diff --git a/hwc3/ComposerClient.cpp b/hwc3/ComposerClient.cpp
index 76eb52a..c980eac 100644
--- a/hwc3/ComposerClient.cpp
+++ b/hwc3/ComposerClient.cpp
@@ -30,7 +30,7 @@
#include <aidl/android/hardware/graphics/composer3/Composition.h>
#include <aidl/android/hardware/graphics/composer3/DisplayRequest.h>
#include <aidl/android/hardware/graphics/composer3/IComposerClient.h>
-#include <aidl/android/hardware/graphics/composer3/Lut.h>
+#include <aidl/android/hardware/graphics/composer3/Luts.h>
#include <aidl/android/hardware/graphics/composer3/PowerMode.h>
#include <aidl/android/hardware/graphics/composer3/PresentOrValidate.h>
#include <aidl/android/hardware/graphics/composer3/RenderIntent.h>