aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShuhei Takahashi <nya@google.com>2018-05-25 14:00:19 +0900
committerShuhei Takahashi <nya@google.com>2018-05-25 14:04:00 +0900
commit769dfba62a5d5caf59edadffe4294908575c265a (patch)
treedca2da04db47422ba1d25800af6637581944d2b2
parentfbf69fc9ea7d549413b2f53c4b9b258d9916a9c2 (diff)
downloadv4l2_codec2-769dfba62a5d5caf59edadffe4294908575c265a.tar.gz
Update c2 #include.
ag/4187501 reorganized c2 header files. Bug: 80265473 Test: m -j40 libv4l2_codec2 # on pi-arc-dev Change-Id: I0687fe19b95d0f4d28a8ac760b55f9b0bac65561
-rw-r--r--include/C2VDAComponent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/C2VDAComponent.h b/include/C2VDAComponent.h
index 266d60e..dd60e57 100644
--- a/include/C2VDAComponent.h
+++ b/include/C2VDAComponent.h
@@ -17,7 +17,8 @@
#include <C2Enum.h>
#include <C2Param.h>
#include <C2ParamDef.h>
-#include <SimpleInterfaceCommon.h>
+#include <SimpleC2Interface.h>
+#include <util/C2InterfaceHelper.h>
#include <base/macros.h>
#include <base/memory/ref_counted.h>