#ifndef __ACCEL_DEVICE_H__
#define __ACCEL_DEVICE_H__
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
#include <string>
#include <vector>
#ifndef __GYRO_DEVICE_H__
#define __GYRO_DEVICE_H__
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
#include <string>
#include <vector>
#ifndef __HRM_DEVICE_H__
#define __HRM_DEVICE_H__
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
#include <string>
#include <vector>
#ifndef __HRM_RAW_DEVICE_H__
#define __HRM_RAW_DEVICE_H__
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
#include <string>
#include <vector>
#ifndef __LIGHT_DEVICE_H__
#define __LIGHT_DEVICE_H__
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
#include <string>
#include <vector>
#ifndef __PRESSURE_DEVICE_H__
#define __PRESSURE_DEVICE_H__
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
#include <string>
#include <vector>
#include <stdlib.h>
#include <sensor_common.h>
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
#include <sensor_log.h>
#include <deque>
#include <util.h>
#include <stdlib.h>
#include <sensor_common.h>
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
#include <sensor_log.h>
#include <util.h>
#define _SENSORHUB_DEVICE_H_
#include <vector>
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
#include "sensorhub_controller.h"
#include "sensorhub_manager.h"
#ifndef _SENSORHUB_CONTROLLER_H_
#define _SENSORHUB_CONTROLLER_H_
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
class sensorhub_controller {
public: