diff --git a/src/graphics/Screen.cpp b/src/graphics/Screen.cpp
index 59888c938..57ea64fa9 100644
--- a/src/graphics/Screen.cpp
+++ b/src/graphics/Screen.cpp
@@ -21,6 +21,7 @@ along with this program. If not, see .
*/
#include "Screen.h"
+#include "NodeDB.h"
#include "PowerMon.h"
#include "Throttle.h"
#include "configuration.h"
@@ -44,7 +45,6 @@ along with this program. If not, see .
#endif
#include "FSCommon.h"
#include "MeshService.h"
-#include "NodeDB.h"
#include "RadioLibInterface.h"
#include "error.h"
#include "gps/GeoCoord.h"