diff --git a/Firmware/util.cpp b/Firmware/util.cpp index f0999561b..f5481ecf8 100644 --- a/Firmware/util.cpp +++ b/Firmware/util.cpp @@ -1,13 +1,13 @@ -#include "Configuration.h" - -#include "ultralcd.h" -#include "menu.h" -#include "sound.h" -#include "language.h" -#include "util.h" #include #include + +#include "Configuration.h" +#include "language.h" +#include "menu.h" #include "Prusa_farm.h" +#include "sound.h" +#include "ultralcd.h" +#include "util.h" // Allocate the version string in the program memory. Otherwise the string lands either on the stack or in the global RAM. static const char FW_VERSION_STR[] PROGMEM = FW_VERSION;