diff --git a/common/include/atmosphere/version.h b/common/include/atmosphere/version.h
index c47cb77..c61e87e 100644
--- a/common/include/atmosphere/version.h
+++ b/common/include/atmosphere/version.h
@@ -23,6 +23,6 @@
#define ATMOSPHERE_SUPPORTED_HOS_VERSION_MAJOR 9
#define ATMOSPHERE_SUPPORTED_HOS_VERSION_MINOR 0
-#define ATMOSPHERE_SUPPORTED_HOS_VERSION_MICRO 0
+#define ATMOSPHERE_SUPPORTED_HOS_VERSION_MICRO 1
#endif
\ No newline at end of file
diff --git a/stratosphere/boot/source/boot_battery_driver.cpp b/stratosphere/boot/source/boot_battery_driver.cpp
index 6c88101..5404e58 100644
--- a/stratosphere/boot/source/boot_battery_driver.cpp
+++ b/stratosphere/boot/source/boot_battery_driver.cpp
@@ -13,7 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#include "boot_battery_driver.hpp"
#include "boot_calibration.hpp"
#include "boot_i2c_utils.hpp"
diff --git a/stratosphere/boot/source/boot_battery_driver.hpp b/stratosphere/boot/source/boot_battery_driver.hpp
index 58e8902..e16b37f 100644
--- a/stratosphere/boot/source/boot_battery_driver.hpp
+++ b/stratosphere/boot/source/boot_battery_driver.hpp
@@ -13,11 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
-#include
-
#include "i2c/driver/i2c_api.hpp"
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_battery_icons.cpp b/stratosphere/boot/source/boot_battery_icons.cpp
index d4cc6d5..64a9068 100644
--- a/stratosphere/boot/source/boot_battery_icons.cpp
+++ b/stratosphere/boot/source/boot_battery_icons.cpp
@@ -13,7 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#include "boot_battery_icons.hpp"
#include "boot_display.hpp"
diff --git a/stratosphere/boot/source/boot_battery_icons.hpp b/stratosphere/boot/source/boot_battery_icons.hpp
index ca5254b..12e23fe 100644
--- a/stratosphere/boot/source/boot_battery_icons.hpp
+++ b/stratosphere/boot/source/boot_battery_icons.hpp
@@ -13,9 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
#include
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_boot_reason.cpp b/stratosphere/boot/source/boot_boot_reason.cpp
index 3aac96e..41ac67d 100644
--- a/stratosphere/boot/source/boot_boot_reason.cpp
+++ b/stratosphere/boot/source/boot_boot_reason.cpp
@@ -13,9 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-#include
-
#include "boot_boot_reason.hpp"
#include "boot_pmic_driver.hpp"
#include "boot_rtc_driver.hpp"
diff --git a/stratosphere/boot/source/boot_boot_reason.hpp b/stratosphere/boot/source/boot_boot_reason.hpp
index 476eb14..016dac6 100644
--- a/stratosphere/boot/source/boot_boot_reason.hpp
+++ b/stratosphere/boot/source/boot_boot_reason.hpp
@@ -13,9 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
#include
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_bq24193_charger.hpp b/stratosphere/boot/source/boot_bq24193_charger.hpp
index c5fd7ba..f209134 100644
--- a/stratosphere/boot/source/boot_bq24193_charger.hpp
+++ b/stratosphere/boot/source/boot_bq24193_charger.hpp
@@ -13,6 +13,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
+#pragma once
+#include
namespace ams::boot::bq24193 {
diff --git a/stratosphere/boot/source/boot_calibration.cpp b/stratosphere/boot/source/boot_calibration.cpp
index 839001e..b6e1068 100644
--- a/stratosphere/boot/source/boot_calibration.cpp
+++ b/stratosphere/boot/source/boot_calibration.cpp
@@ -13,7 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#include "boot_calibration.hpp"
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_calibration.hpp b/stratosphere/boot/source/boot_calibration.hpp
index 0b53fd0..21805c1 100644
--- a/stratosphere/boot/source/boot_calibration.hpp
+++ b/stratosphere/boot/source/boot_calibration.hpp
@@ -13,9 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
#include
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_change_voltage.cpp b/stratosphere/boot/source/boot_change_voltage.cpp
index 553c234..f7245e5 100644
--- a/stratosphere/boot/source/boot_change_voltage.cpp
+++ b/stratosphere/boot/source/boot_change_voltage.cpp
@@ -13,7 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#include "boot_change_voltage.hpp"
#include "boot_pmc_wrapper.hpp"
diff --git a/stratosphere/boot/source/boot_change_voltage.hpp b/stratosphere/boot/source/boot_change_voltage.hpp
index c5c6a1f..dad0bde 100644
--- a/stratosphere/boot/source/boot_change_voltage.hpp
+++ b/stratosphere/boot/source/boot_change_voltage.hpp
@@ -13,9 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
#include
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_charger_driver.cpp b/stratosphere/boot/source/boot_charger_driver.cpp
index 402fe0a..26cd425 100644
--- a/stratosphere/boot/source/boot_charger_driver.cpp
+++ b/stratosphere/boot/source/boot_charger_driver.cpp
@@ -13,10 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-#include
-#include
-
#include "boot_charger_driver.hpp"
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_charger_driver.hpp b/stratosphere/boot/source/boot_charger_driver.hpp
index d770ce0..a6cf824 100644
--- a/stratosphere/boot/source/boot_charger_driver.hpp
+++ b/stratosphere/boot/source/boot_charger_driver.hpp
@@ -13,11 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
-#include
-
#include "boot_bq24193_charger.hpp"
#include "boot_i2c_utils.hpp"
diff --git a/stratosphere/boot/source/boot_check_battery.cpp b/stratosphere/boot/source/boot_check_battery.cpp
index e47c37a..12691df 100644
--- a/stratosphere/boot/source/boot_check_battery.cpp
+++ b/stratosphere/boot/source/boot_check_battery.cpp
@@ -13,7 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#include "boot_battery_driver.hpp"
#include "boot_battery_icons.hpp"
#include "boot_boot_reason.hpp"
diff --git a/stratosphere/boot/source/boot_check_battery.hpp b/stratosphere/boot/source/boot_check_battery.hpp
index 63be38e..32cc5da 100644
--- a/stratosphere/boot/source/boot_check_battery.hpp
+++ b/stratosphere/boot/source/boot_check_battery.hpp
@@ -13,9 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
#include
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_check_clock.cpp b/stratosphere/boot/source/boot_check_clock.cpp
index f5f5365..b807962 100644
--- a/stratosphere/boot/source/boot_check_clock.cpp
+++ b/stratosphere/boot/source/boot_check_clock.cpp
@@ -13,8 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-#include
#include "boot_check_clock.hpp"
#include "boot_power_utils.hpp"
diff --git a/stratosphere/boot/source/boot_check_clock.hpp b/stratosphere/boot/source/boot_check_clock.hpp
index 5fea378..fe3516a 100644
--- a/stratosphere/boot/source/boot_check_clock.hpp
+++ b/stratosphere/boot/source/boot_check_clock.hpp
@@ -13,9 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
#include
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_clock_initial_configuration.cpp b/stratosphere/boot/source/boot_clock_initial_configuration.cpp
index 043e4f2..d171b45 100644
--- a/stratosphere/boot/source/boot_clock_initial_configuration.cpp
+++ b/stratosphere/boot/source/boot_clock_initial_configuration.cpp
@@ -13,7 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#include "boot_clock_initial_configuration.hpp"
#include "boot_pmc_wrapper.hpp"
#include "boot_registers_pmc.hpp"
diff --git a/stratosphere/boot/source/boot_clock_initial_configuration.hpp b/stratosphere/boot/source/boot_clock_initial_configuration.hpp
index 660d6c1..a1f87ac 100644
--- a/stratosphere/boot/source/boot_clock_initial_configuration.hpp
+++ b/stratosphere/boot/source/boot_clock_initial_configuration.hpp
@@ -13,9 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
#include
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_display.cpp b/stratosphere/boot/source/boot_display.cpp
index 8418f3a..8b3f472 100644
--- a/stratosphere/boot/source/boot_display.cpp
+++ b/stratosphere/boot/source/boot_display.cpp
@@ -13,11 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-
-#include
-#include
-
#include "boot_display.hpp"
#include "boot_i2c_utils.hpp"
#include "boot_pmc_wrapper.hpp"
diff --git a/stratosphere/boot/source/boot_display.hpp b/stratosphere/boot/source/boot_display.hpp
index a01450a..6da8bfa 100644
--- a/stratosphere/boot/source/boot_display.hpp
+++ b/stratosphere/boot/source/boot_display.hpp
@@ -13,9 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
#include
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_fan_enable.cpp b/stratosphere/boot/source/boot_fan_enable.cpp
index 0fd2b38..f1a9613 100644
--- a/stratosphere/boot/source/boot_fan_enable.cpp
+++ b/stratosphere/boot/source/boot_fan_enable.cpp
@@ -13,9 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-#include
-
#include "boot_fan_enable.hpp"
#include "gpio/gpio_utils.hpp"
diff --git a/stratosphere/boot/source/boot_fan_enable.hpp b/stratosphere/boot/source/boot_fan_enable.hpp
index 05dc983..1610c8c 100644
--- a/stratosphere/boot/source/boot_fan_enable.hpp
+++ b/stratosphere/boot/source/boot_fan_enable.hpp
@@ -13,9 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
#include
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_i2c_utils.cpp b/stratosphere/boot/source/boot_i2c_utils.cpp
index a7adaee..e395f86 100644
--- a/stratosphere/boot/source/boot_i2c_utils.cpp
+++ b/stratosphere/boot/source/boot_i2c_utils.cpp
@@ -13,7 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#include "boot_i2c_utils.hpp"
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_i2c_utils.hpp b/stratosphere/boot/source/boot_i2c_utils.hpp
index 6f617e9..12f2cf6 100644
--- a/stratosphere/boot/source/boot_i2c_utils.hpp
+++ b/stratosphere/boot/source/boot_i2c_utils.hpp
@@ -13,9 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
#include
#include "i2c/driver/i2c_api.hpp"
diff --git a/stratosphere/boot/source/boot_main.cpp b/stratosphere/boot/source/boot_main.cpp
index 125b7cd..4d0505b 100644
--- a/stratosphere/boot/source/boot_main.cpp
+++ b/stratosphere/boot/source/boot_main.cpp
@@ -13,17 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-#include
-#include
-#include
-#include
-
-#include
-#include
-#include
-#include
-
#include "boot_boot_reason.hpp"
#include "boot_change_voltage.hpp"
#include "boot_check_battery.hpp"
diff --git a/stratosphere/boot/source/boot_pcv.cpp b/stratosphere/boot/source/boot_pcv.cpp
index fa9380a..50a912a 100644
--- a/stratosphere/boot/source/boot_pcv.cpp
+++ b/stratosphere/boot/source/boot_pcv.cpp
@@ -13,10 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-#include
-#include
-
#include "i2c/i2c_types.hpp"
#include "i2c/driver/impl/i2c_pcv.hpp"
#include "i2c/driver/impl/i2c_registers.hpp"
diff --git a/stratosphere/boot/source/boot_pmc_wrapper.cpp b/stratosphere/boot/source/boot_pmc_wrapper.cpp
index 4b3058d..2f1745a 100644
--- a/stratosphere/boot/source/boot_pmc_wrapper.cpp
+++ b/stratosphere/boot/source/boot_pmc_wrapper.cpp
@@ -13,8 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-#include
-#include
#include "boot_pmc_wrapper.hpp"
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_pmc_wrapper.hpp b/stratosphere/boot/source/boot_pmc_wrapper.hpp
index 8d25622..5a5953d 100644
--- a/stratosphere/boot/source/boot_pmc_wrapper.hpp
+++ b/stratosphere/boot/source/boot_pmc_wrapper.hpp
@@ -13,9 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
#include
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_pmic_driver.cpp b/stratosphere/boot/source/boot_pmic_driver.cpp
index afa098d..bf14111 100644
--- a/stratosphere/boot/source/boot_pmic_driver.cpp
+++ b/stratosphere/boot/source/boot_pmic_driver.cpp
@@ -13,10 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-#include
-#include
-
#include "boot_i2c_utils.hpp"
#include "boot_pmic_driver.hpp"
diff --git a/stratosphere/boot/source/boot_pmic_driver.hpp b/stratosphere/boot/source/boot_pmic_driver.hpp
index 8ff07e8..06d7610 100644
--- a/stratosphere/boot/source/boot_pmic_driver.hpp
+++ b/stratosphere/boot/source/boot_pmic_driver.hpp
@@ -13,11 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
-#include
-
#include "boot_battery_driver.hpp"
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_power_utils.cpp b/stratosphere/boot/source/boot_power_utils.cpp
index dfa9074..7fd38c3 100644
--- a/stratosphere/boot/source/boot_power_utils.cpp
+++ b/stratosphere/boot/source/boot_power_utils.cpp
@@ -13,11 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-#include
-#include
-#include
-
+#pragma once
#include "boot_power_utils.hpp"
#include "fusee-primary_bin.h"
diff --git a/stratosphere/boot/source/boot_power_utils.hpp b/stratosphere/boot/source/boot_power_utils.hpp
index 31a59b8..a53ea3a 100644
--- a/stratosphere/boot/source/boot_power_utils.hpp
+++ b/stratosphere/boot/source/boot_power_utils.hpp
@@ -13,9 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
#include
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_registers_clkrst.hpp b/stratosphere/boot/source/boot_registers_clkrst.hpp
index daebdc7..7185757 100644
--- a/stratosphere/boot/source/boot_registers_clkrst.hpp
+++ b/stratosphere/boot/source/boot_registers_clkrst.hpp
@@ -13,9 +13,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
+#include
static constexpr size_t CLK_RST_CONTROLLER_RST_SOURCE = 0x0;
static constexpr size_t CLK_RST_CONTROLLER_RST_DEVICES_L = 0x4;
diff --git a/stratosphere/boot/source/boot_registers_di.hpp b/stratosphere/boot/source/boot_registers_di.hpp
index 3b5a13b..aa8dd1d 100644
--- a/stratosphere/boot/source/boot_registers_di.hpp
+++ b/stratosphere/boot/source/boot_registers_di.hpp
@@ -15,9 +15,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
+#include
#define DC_CMD_GENERAL_INCR_SYNCPT 0x00
diff --git a/stratosphere/boot/source/boot_registers_gpio.hpp b/stratosphere/boot/source/boot_registers_gpio.hpp
index c9ce383..594d86a 100644
--- a/stratosphere/boot/source/boot_registers_gpio.hpp
+++ b/stratosphere/boot/source/boot_registers_gpio.hpp
@@ -13,9 +13,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
+#include
static constexpr size_t GPIO_PORT3_CNF_0 = 0x200;
static constexpr size_t GPIO_PORT3_OE_0 = 0x210;
diff --git a/stratosphere/boot/source/boot_registers_pinmux.hpp b/stratosphere/boot/source/boot_registers_pinmux.hpp
index 322195c..df83cf2 100644
--- a/stratosphere/boot/source/boot_registers_pinmux.hpp
+++ b/stratosphere/boot/source/boot_registers_pinmux.hpp
@@ -13,9 +13,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
+#include
static constexpr size_t APB_MISC_GP_SDMMC1_CLK_LPBK_CONTROL = 0x8D4;
static constexpr size_t APB_MISC_GP_SDMMC3_CLK_LPBK_CONTROL = 0x8D8;
diff --git a/stratosphere/boot/source/boot_registers_pmc.hpp b/stratosphere/boot/source/boot_registers_pmc.hpp
index e95acc1..86ab915 100644
--- a/stratosphere/boot/source/boot_registers_pmc.hpp
+++ b/stratosphere/boot/source/boot_registers_pmc.hpp
@@ -13,9 +13,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
+#include
static constexpr uintptr_t PmcBase = 0x7000E400ul;
diff --git a/stratosphere/boot/source/boot_repair_boot_images.cpp b/stratosphere/boot/source/boot_repair_boot_images.cpp
index 5323910..95bf67f 100644
--- a/stratosphere/boot/source/boot_repair_boot_images.cpp
+++ b/stratosphere/boot/source/boot_repair_boot_images.cpp
@@ -13,10 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-#include
-#include
-
#include "boot_power_utils.hpp"
#include "boot_repair_boot_images.hpp"
diff --git a/stratosphere/boot/source/boot_repair_boot_images.hpp b/stratosphere/boot/source/boot_repair_boot_images.hpp
index 7b53ed2..3a973e1 100644
--- a/stratosphere/boot/source/boot_repair_boot_images.hpp
+++ b/stratosphere/boot/source/boot_repair_boot_images.hpp
@@ -13,9 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
#include
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_rtc_driver.cpp b/stratosphere/boot/source/boot_rtc_driver.cpp
index 932a701..d5c4bd2 100644
--- a/stratosphere/boot/source/boot_rtc_driver.cpp
+++ b/stratosphere/boot/source/boot_rtc_driver.cpp
@@ -13,10 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-#include
-#include
-
#include "boot_rtc_driver.hpp"
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_rtc_driver.hpp b/stratosphere/boot/source/boot_rtc_driver.hpp
index 740a49e..1a9bb45 100644
--- a/stratosphere/boot/source/boot_rtc_driver.hpp
+++ b/stratosphere/boot/source/boot_rtc_driver.hpp
@@ -13,11 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
-#include
-
#include "boot_i2c_utils.hpp"
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_splash_screen.cpp b/stratosphere/boot/source/boot_splash_screen.cpp
index 786b74d..4710f0e 100644
--- a/stratosphere/boot/source/boot_splash_screen.cpp
+++ b/stratosphere/boot/source/boot_splash_screen.cpp
@@ -13,7 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#include "boot_boot_reason.hpp"
#include "boot_display.hpp"
#include "boot_splash_screen.hpp"
diff --git a/stratosphere/boot/source/boot_splash_screen.hpp b/stratosphere/boot/source/boot_splash_screen.hpp
index a357141..aae5379 100644
--- a/stratosphere/boot/source/boot_splash_screen.hpp
+++ b/stratosphere/boot/source/boot_splash_screen.hpp
@@ -13,9 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
#include
namespace ams::boot {
diff --git a/stratosphere/boot/source/boot_wake_pins.cpp b/stratosphere/boot/source/boot_wake_pins.cpp
index f4cebbd..9525367 100644
--- a/stratosphere/boot/source/boot_wake_pins.cpp
+++ b/stratosphere/boot/source/boot_wake_pins.cpp
@@ -13,9 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-#include
-
#include "boot_pmc_wrapper.hpp"
#include "boot_wake_pins.hpp"
diff --git a/stratosphere/boot/source/boot_wake_pins.hpp b/stratosphere/boot/source/boot_wake_pins.hpp
index 92e7b72..e771b51 100644
--- a/stratosphere/boot/source/boot_wake_pins.hpp
+++ b/stratosphere/boot/source/boot_wake_pins.hpp
@@ -13,9 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
#include
namespace ams::boot {
diff --git a/stratosphere/boot/source/i2c/driver/i2c_api.cpp b/stratosphere/boot/source/i2c/driver/i2c_api.cpp
index 74b7321..2261a62 100644
--- a/stratosphere/boot/source/i2c/driver/i2c_api.cpp
+++ b/stratosphere/boot/source/i2c/driver/i2c_api.cpp
@@ -13,10 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-#include
-#include
-
#include "i2c_api.hpp"
#include "impl/i2c_resource_manager.hpp"
diff --git a/stratosphere/boot/source/i2c/driver/i2c_api.hpp b/stratosphere/boot/source/i2c/driver/i2c_api.hpp
index 2b8e1dd..1449f72 100644
--- a/stratosphere/boot/source/i2c/driver/i2c_api.hpp
+++ b/stratosphere/boot/source/i2c/driver/i2c_api.hpp
@@ -13,11 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
-#include
-
#include "../i2c_types.hpp"
#include "../i2c_command_list.hpp"
diff --git a/stratosphere/boot/source/i2c/driver/impl/i2c_bus_accessor.cpp b/stratosphere/boot/source/i2c/driver/impl/i2c_bus_accessor.cpp
index 2b590ab..6bf8e94 100644
--- a/stratosphere/boot/source/i2c/driver/impl/i2c_bus_accessor.cpp
+++ b/stratosphere/boot/source/i2c/driver/impl/i2c_bus_accessor.cpp
@@ -13,10 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-#include
-#include
-
#include "i2c_pcv.hpp"
#include "i2c_bus_accessor.hpp"
diff --git a/stratosphere/boot/source/i2c/driver/impl/i2c_bus_accessor.hpp b/stratosphere/boot/source/i2c/driver/impl/i2c_bus_accessor.hpp
index 3595867..8a23a74 100644
--- a/stratosphere/boot/source/i2c/driver/impl/i2c_bus_accessor.hpp
+++ b/stratosphere/boot/source/i2c/driver/impl/i2c_bus_accessor.hpp
@@ -13,11 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
-#include
-
#include "i2c_driver_types.hpp"
#include "i2c_registers.hpp"
diff --git a/stratosphere/boot/source/i2c/driver/impl/i2c_device_config.cpp b/stratosphere/boot/source/i2c/driver/impl/i2c_device_config.cpp
index 584a00c..8759c40 100644
--- a/stratosphere/boot/source/i2c/driver/impl/i2c_device_config.cpp
+++ b/stratosphere/boot/source/i2c/driver/impl/i2c_device_config.cpp
@@ -13,10 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-#include
-#include
-
#include "i2c_driver_types.hpp"
namespace ams::i2c::driver::impl {
diff --git a/stratosphere/boot/source/i2c/driver/impl/i2c_driver_types.hpp b/stratosphere/boot/source/i2c/driver/impl/i2c_driver_types.hpp
index c80695f..12441af 100644
--- a/stratosphere/boot/source/i2c/driver/impl/i2c_driver_types.hpp
+++ b/stratosphere/boot/source/i2c/driver/impl/i2c_driver_types.hpp
@@ -13,11 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
-#include
-
#include "../../i2c_types.hpp"
namespace ams::i2c::driver::impl {
diff --git a/stratosphere/boot/source/i2c/driver/impl/i2c_pcv.hpp b/stratosphere/boot/source/i2c/driver/impl/i2c_pcv.hpp
index fc0db11..8143afc 100644
--- a/stratosphere/boot/source/i2c/driver/impl/i2c_pcv.hpp
+++ b/stratosphere/boot/source/i2c/driver/impl/i2c_pcv.hpp
@@ -13,9 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
#include
/* This forward declares the functionality from pcv that i2c::driver uses. */
diff --git a/stratosphere/boot/source/i2c/driver/impl/i2c_registers.hpp b/stratosphere/boot/source/i2c/driver/impl/i2c_registers.hpp
index 255e48b..c699cd9 100644
--- a/stratosphere/boot/source/i2c/driver/impl/i2c_registers.hpp
+++ b/stratosphere/boot/source/i2c/driver/impl/i2c_registers.hpp
@@ -13,12 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
-#include
-#include
-
#include "i2c_driver_types.hpp"
namespace ams::i2c::driver::impl {
diff --git a/stratosphere/boot/source/i2c/driver/impl/i2c_resource_manager.cpp b/stratosphere/boot/source/i2c/driver/impl/i2c_resource_manager.cpp
index 0364892..70f7ca7 100644
--- a/stratosphere/boot/source/i2c/driver/impl/i2c_resource_manager.cpp
+++ b/stratosphere/boot/source/i2c/driver/impl/i2c_resource_manager.cpp
@@ -13,10 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-#include
-#include
-
#include "i2c_pcv.hpp"
#include "i2c_resource_manager.hpp"
diff --git a/stratosphere/boot/source/i2c/driver/impl/i2c_resource_manager.hpp b/stratosphere/boot/source/i2c/driver/impl/i2c_resource_manager.hpp
index ba811009..a419766 100644
--- a/stratosphere/boot/source/i2c/driver/impl/i2c_resource_manager.hpp
+++ b/stratosphere/boot/source/i2c/driver/impl/i2c_resource_manager.hpp
@@ -13,11 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
-#include
-
#include "../i2c_api.hpp"
#include "i2c_driver_types.hpp"
#include "i2c_bus_accessor.hpp"
diff --git a/stratosphere/boot/source/i2c/driver/impl/i2c_session.cpp b/stratosphere/boot/source/i2c/driver/impl/i2c_session.cpp
index f0e1941..1ef4a4a 100644
--- a/stratosphere/boot/source/i2c/driver/impl/i2c_session.cpp
+++ b/stratosphere/boot/source/i2c/driver/impl/i2c_session.cpp
@@ -13,10 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-#include
-#include
-
#include "i2c_session.hpp"
namespace ams::i2c::driver::impl {
diff --git a/stratosphere/boot/source/i2c/driver/impl/i2c_session.hpp b/stratosphere/boot/source/i2c/driver/impl/i2c_session.hpp
index 49e58ad..9ba64c9 100644
--- a/stratosphere/boot/source/i2c/driver/impl/i2c_session.hpp
+++ b/stratosphere/boot/source/i2c/driver/impl/i2c_session.hpp
@@ -13,11 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
-#include
-
#include "i2c_driver_types.hpp"
#include "i2c_bus_accessor.hpp"
diff --git a/stratosphere/boot/source/i2c/i2c_command_list.cpp b/stratosphere/boot/source/i2c/i2c_command_list.cpp
index 16a874c..044ec79 100644
--- a/stratosphere/boot/source/i2c/i2c_command_list.cpp
+++ b/stratosphere/boot/source/i2c/i2c_command_list.cpp
@@ -13,10 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-#include
-#include
-
#include "i2c_types.hpp"
#include "i2c_command_list.hpp"
diff --git a/stratosphere/boot/source/i2c/i2c_command_list.hpp b/stratosphere/boot/source/i2c/i2c_command_list.hpp
index de1c475..6872206 100644
--- a/stratosphere/boot/source/i2c/i2c_command_list.hpp
+++ b/stratosphere/boot/source/i2c/i2c_command_list.hpp
@@ -13,11 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
-#include
-
#include "i2c_types.hpp"
namespace ams::i2c {
diff --git a/stratosphere/boot/source/i2c/i2c_types.hpp b/stratosphere/boot/source/i2c/i2c_types.hpp
index a64f8b4..d03c3f8 100644
--- a/stratosphere/boot/source/i2c/i2c_types.hpp
+++ b/stratosphere/boot/source/i2c/i2c_types.hpp
@@ -13,9 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
#include
namespace ams::i2c {
diff --git a/stratosphere/boot/source/pinmux/pinmux_initial_configuration.cpp b/stratosphere/boot/source/pinmux/pinmux_initial_configuration.cpp
index 13a1550..462e69f 100644
--- a/stratosphere/boot/source/pinmux/pinmux_initial_configuration.cpp
+++ b/stratosphere/boot/source/pinmux/pinmux_initial_configuration.cpp
@@ -13,9 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-#include
-
#include "pinmux_initial_configuration.hpp"
#include "pinmux_utils.hpp"
diff --git a/stratosphere/boot/source/pinmux/pinmux_initial_configuration.hpp b/stratosphere/boot/source/pinmux/pinmux_initial_configuration.hpp
index 814d02f..239f5bd 100644
--- a/stratosphere/boot/source/pinmux/pinmux_initial_configuration.hpp
+++ b/stratosphere/boot/source/pinmux/pinmux_initial_configuration.hpp
@@ -13,9 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
#include
namespace ams::pinmux {
diff --git a/stratosphere/boot/source/pinmux/pinmux_utils.cpp b/stratosphere/boot/source/pinmux/pinmux_utils.cpp
index d140bf5..39404df 100644
--- a/stratosphere/boot/source/pinmux/pinmux_utils.cpp
+++ b/stratosphere/boot/source/pinmux/pinmux_utils.cpp
@@ -13,9 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-#include
-
#include "pinmux_utils.hpp"
namespace ams::pinmux {
diff --git a/stratosphere/boot/source/pinmux/pinmux_utils.hpp b/stratosphere/boot/source/pinmux/pinmux_utils.hpp
index 9f0eac9..6e12d4f 100644
--- a/stratosphere/boot/source/pinmux/pinmux_utils.hpp
+++ b/stratosphere/boot/source/pinmux/pinmux_utils.hpp
@@ -13,9 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
#include
namespace ams::pinmux {
diff --git a/stratosphere/boot2/source/boot2_main.cpp b/stratosphere/boot2/source/boot2_main.cpp
index f4b6748..481aca8 100644
--- a/stratosphere/boot2/source/boot2_main.cpp
+++ b/stratosphere/boot2/source/boot2_main.cpp
@@ -13,11 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-#include
-#include
#include
-#include
extern "C" {
extern u32 __start__;
diff --git a/stratosphere/creport/source/creport_crash_report.cpp b/stratosphere/creport/source/creport_crash_report.cpp
index e65f61f..0314ecb 100644
--- a/stratosphere/creport/source/creport_crash_report.cpp
+++ b/stratosphere/creport/source/creport_crash_report.cpp
@@ -13,11 +13,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
-
#include
#include
-
#include "creport_crash_report.hpp"
#include "creport_utils.hpp"
diff --git a/stratosphere/creport/source/creport_crash_report.hpp b/stratosphere/creport/source/creport_crash_report.hpp
index 42ad932..03f13bc 100644
--- a/stratosphere/creport/source/creport_crash_report.hpp
+++ b/stratosphere/creport/source/creport_crash_report.hpp
@@ -13,12 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
-#include
-#include
-#include