diff options
Diffstat (limited to 'src/resources/wallpaper.cpp')
-rw-r--r-- | src/resources/wallpaper.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/wallpaper.cpp b/src/resources/wallpaper.cpp index 2c7395f0..c907352c 100644 --- a/src/resources/wallpaper.cpp +++ b/src/resources/wallpaper.cpp @@ -25,12 +25,12 @@ #include "utils/stringutils.h" +#include <physfs.h> + #include <algorithm> #include <cstring> -#include <vector> - -#include <physfs.h> #include <time.h> +#include <vector> #define WALLPAPER_FOLDER "graphics/images/" #define WALLPAPER_BASE "login_wallpaper.png" |