summaryrefslogtreecommitdiffstats
path: root/Power.h
diff options
context:
space:
mode:
Diffstat (limited to 'Power.h')
-rw-r--r--Power.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Power.h b/Power.h
index a787590..4ede54b 100644
--- a/Power.h
+++ b/Power.h
@@ -31,9 +31,9 @@
#define ANDROID_HARDWARE_POWER_V1_2_POWER_H
#include <android/hardware/power/1.2/IPower.h>
+#include <hardware/power.h>
#include <hidl/MQDescriptor.h>
#include <hidl/Status.h>
-#include <hardware/power.h>
namespace android {
namespace hardware {
@@ -44,9 +44,9 @@ namespace implementation {
using ::android::hardware::power::V1_0::Feature;
using PowerHint_1_0 = ::android::hardware::power::V1_0::PowerHint;
using PowerHint_1_2 = ::android::hardware::power::V1_2::PowerHint;
-using ::android::hardware::power::V1_2::IPower;
using ::android::hardware::Return;
using ::android::hardware::Void;
+using ::android::hardware::power::V1_2::IPower;
struct Power : public IPower {
// Methods from ::android::hardware::power::V1_0::IPower follow.