composer: Switch to IQtiComposer 3.0 based on IComposer 2.4

Switch to IQtiComposer 3.0 based on IComposer 2.4

CRs-Fixed: 2642981
Change-Id: I0914a7e064663f7ed10c562c5a3849bf633743a2
diff --git a/composer/hwc_layers.h b/composer/hwc_layers.h
index 63bad30..1010842 100644
--- a/composer/hwc_layers.h
+++ b/composer/hwc_layers.h
@@ -34,16 +34,18 @@
 #undef HWC2_INCLUDE_STRINGIFICATION
 #undef HWC2_USE_CPP11
 #include <android/hardware/graphics/composer/2.3/IComposerClient.h>
-#include <vendor/qti/hardware/display/composer/2.0/IQtiComposerClient.h>
+#include <vendor/qti/hardware/display/composer/3.0/IQtiComposerClient.h>
+
 #include <deque>
 #include <map>
 #include <set>
+
 #include "core/buffer_allocator.h"
 #include "hwc_buffer_allocator.h"
 
 using PerFrameMetadataKey =
     android::hardware::graphics::composer::V2_3::IComposerClient::PerFrameMetadataKey;
-using vendor::qti::hardware::display::composer::V2_0::IQtiComposerClient;
+using vendor::qti::hardware::display::composer::V3_0::IQtiComposerClient;
 
 namespace sdm {