commit | bd02dd1bf1f34eb4e100d0d058f1fe5a2790d67e | [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 | 09dabb9a40decb5640f9b5d419565e999a5995d2 | |
parent | ee9cc423e2551ffbacfd226b8627737beabaec99 [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"