C2SoftAvcEnc: add support to use ih264e instead of ive structures

Test: atest android.mediav2.cts.CodecEncoderTest
Bug: 176060168
Change-Id: I228235772583b3e59d274883ebd9753f72a7f951
diff --git a/media/codec2/components/avc/C2SoftAvcEnc.h b/media/codec2/components/avc/C2SoftAvcEnc.h
index 555055b..25c2d87 100644
--- a/media/codec2/components/avc/C2SoftAvcEnc.h
+++ b/media/codec2/components/avc/C2SoftAvcEnc.h
@@ -24,8 +24,7 @@
 #include <SimpleC2Component.h>
 
 #include "ih264_typedefs.h"
-#include "iv2.h"
-#include "ive2.h"
+#include "ih264e.h"
 
 namespace android {