summaryrefslogtreecommitdiff
path: root/src/drivers/include/storage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/include/storage.hpp')
-rw-r--r--src/drivers/include/storage.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/include/storage.hpp b/src/drivers/include/storage.hpp
index 3dec16a5..e1c576de 100644
--- a/src/drivers/include/storage.hpp
+++ b/src/drivers/include/storage.hpp
@@ -1,7 +1,5 @@
#pragma once
-#include "gpio_expander.hpp"
-
#include <memory>
#include "driver/sdmmc_types.h"
@@ -10,6 +8,8 @@
#include "esp_vfs_fat.h"
#include "result.hpp"
+#include "gpio_expander.hpp"
+
namespace drivers {
extern const char* kStoragePath;