hidl: touch: Use pragma once
authorBruno Martins <bgcngm@gmail.com>
Thu, 13 Jan 2022 20:48:25 +0000 (20:48 +0000)
committerBruno Martins <bgcngm@gmail.com>
Thu, 13 Jan 2022 22:52:27 +0000 (22:52 +0000)
Change-Id: Ib2567a21f0a31e88db6015e3504f78153ece7668

hidl/touch/GloveMode.h
hidl/touch/KeyDisabler.h
hidl/touch/StylusMode.h
hidl/touch/TouchscreenGesture.h

index 38a522c1c6d173033ddfa5eddb7c3533cadfa995..08fe4a7e9b8c3de9649818fe0f561a92d24e197a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019 The LineageOS Project
+ * Copyright (C) 2019-2022 The LineageOS Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef VENDOR_LINEAGE_TOUCH_V1_0_GLOVEMODE_H
-#define VENDOR_LINEAGE_TOUCH_V1_0_GLOVEMODE_H
+#pragma once
 
 #include <hidl/MQDescriptor.h>
 #include <hidl/Status.h>
@@ -54,5 +53,3 @@ class GloveMode : public IGloveMode {
 }  // namespace touch
 }  // namespace lineage
 }  // namespace vendor
-
-#endif  // VENDOR_LINEAGE_TOUCH_V1_0_GLOVEMODE_H
index e6309efdf670bdd7197b0004c77e6333839272da..3d4464b405709e28a15dfc83e50e69e8572bbc0a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019 The LineageOS Project
+ * Copyright (C) 2019-2022 The LineageOS Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef VENDOR_LINEAGE_TOUCH_V1_0_KEYDISABLER_H
-#define VENDOR_LINEAGE_TOUCH_V1_0_KEYDISABLER_H
+#pragma once
 
 #include <hidl/MQDescriptor.h>
 #include <hidl/Status.h>
@@ -54,5 +53,3 @@ class KeyDisabler : public IKeyDisabler {
 }  // namespace touch
 }  // namespace lineage
 }  // namespace vendor
-
-#endif  // VENDOR_LINEAGE_TOUCH_V1_0_KEYDISABLER_H
index c9b12b2c185b4253063cf6405519e73ccf49fb9b..91bbee2d1401b55adba5e0dfeeda044a2f448796 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019 The LineageOS Project
+ * Copyright (C) 2019-2022 The LineageOS Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef VENDOR_LINEAGE_TOUCH_V1_0_STYLUSMODE_H
-#define VENDOR_LINEAGE_TOUCH_V1_0_STYLUSMODE_H
+#pragma once
 
 #include <hidl/MQDescriptor.h>
 #include <hidl/Status.h>
@@ -54,5 +53,3 @@ class StylusMode : public IStylusMode {
 }  // namespace touch
 }  // namespace lineage
 }  // namespace vendor
-
-#endif  // VENDOR_LINEAGE_TOUCH_V1_0_STYLUSMODE_H
index 4d40847b8cca84a500a94eec43b0454953446187..28bf9c8a3d019ac13108fedeb4c8d8a2870ebd97 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019 The LineageOS Project
+ * Copyright (C) 2019-2022 The LineageOS Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef VENDOR_LINEAGE_TOUCH_V1_0_TOUCHSCREENGESTURE_H
-#define VENDOR_LINEAGE_TOUCH_V1_0_TOUCHSCREENGESTURE_H
+#pragma once
 
 #include <hidl/MQDescriptor.h>
 #include <hidl/Status.h>
@@ -61,5 +60,3 @@ class TouchscreenGesture : public ITouchscreenGesture {
 }  // namespace touch
 }  // namespace lineage
 }  // namespace vendor
-
-#endif  // VENDOR_LINEAGE_TOUCH_V1_0_TOUCHSCREENGESTURE_H