commit | 7efa520c76e6a1f6b3146404cc6aca5a8353583a | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Wed Feb 13 15:53:56 2013 -0800 |
committer | Igor Murashkin <iam@google.com> | Fri Feb 22 10:50:14 2013 -0800 |
tree | db2c59948bb0c344584706d6b6e36c86a42d9abf | |
parent | 99c2f923f6b04efffe949d1daf9cb7148e3cc201 [diff] [blame] |
Camera: Move CameraMetadata.h from service to client library Change-Id: I940ce86f318f37ae5b73f912a6e589415150125f
diff --git a/services/camera/libcameraservice/camera2/CaptureSequencer.h b/services/camera/libcameraservice/camera2/CaptureSequencer.h index c42df05..7db8007 100644 --- a/services/camera/libcameraservice/camera2/CaptureSequencer.h +++ b/services/camera/libcameraservice/camera2/CaptureSequencer.h
@@ -23,7 +23,7 @@ #include <utils/Vector.h> #include <utils/Mutex.h> #include <utils/Condition.h> -#include "CameraMetadata.h" +#include "camera/CameraMetadata.h" #include "Parameters.h" #include "FrameProcessor.h"