diff --git a/libraries/AP_Airspeed/AP_Airspeed_Backend.h b/libraries/AP_Airspeed/AP_Airspeed_Backend.h
index c672bfd3d0..60b00b3e4a 100644
--- a/libraries/AP_Airspeed/AP_Airspeed_Backend.h
+++ b/libraries/AP_Airspeed/AP_Airspeed_Backend.h
@@ -14,11 +14,11 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
+#pragma once
/*
backend driver class for airspeed
*/
-#pragma once
#include
#include
diff --git a/libraries/AP_Airspeed/AP_Airspeed_I2C.h b/libraries/AP_Airspeed/AP_Airspeed_I2C.h
index 15d7205be6..830f14a155 100644
--- a/libraries/AP_Airspeed/AP_Airspeed_I2C.h
+++ b/libraries/AP_Airspeed/AP_Airspeed_I2C.h
@@ -14,11 +14,11 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
+#pragma once
/*
backend driver for airspeed from I2C
*/
-#pragma once
#include
diff --git a/libraries/AP_Airspeed/AP_Airspeed_PX4.h b/libraries/AP_Airspeed/AP_Airspeed_PX4.h
index cd824a53d6..51bf4eed5a 100644
--- a/libraries/AP_Airspeed/AP_Airspeed_PX4.h
+++ b/libraries/AP_Airspeed/AP_Airspeed_PX4.h
@@ -14,11 +14,11 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
+#pragma once
/*
backend driver for airspeed from PX4Firmware
*/
-#pragma once
#include
#include "AP_Airspeed_Backend.h"