aboutsummaryrefslogtreecommitdiff
path: root/camera/QCamera2/HAL3/QCamera3HWI.h
diff options
context:
space:
mode:
Diffstat (limited to 'camera/QCamera2/HAL3/QCamera3HWI.h')
-rw-r--r--camera/QCamera2/HAL3/QCamera3HWI.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/camera/QCamera2/HAL3/QCamera3HWI.h b/camera/QCamera2/HAL3/QCamera3HWI.h
index b093996..dce632d 100644
--- a/camera/QCamera2/HAL3/QCamera3HWI.h
+++ b/camera/QCamera2/HAL3/QCamera3HWI.h
@@ -31,10 +31,10 @@
#define __QCAMERA3HARDWAREINTERFACE_H__
// System dependencies
+#include <CameraMetadata.h>
#include <pthread.h>
#include <utils/KeyedVector.h>
#include <utils/List.h>
-#include "CameraMetadata.h"
// Camera dependencies
#include "hardware/camera3.h"
@@ -50,13 +50,12 @@ extern "C" {
#include "mm_jpeg_interface.h"
}
+using ::android::hardware::camera::common::V1_0::helper::CameraMetadata;
using namespace android;
namespace qcamera {
-using ::android::hardware::camera::common::V1_0::helper::CameraMetadata;
-
#ifndef TRUE
#define TRUE 1
#endif