diff options
Diffstat (limited to 'src/gui/widgets/progressindicator.cpp')
-rw-r--r-- | src/gui/widgets/progressindicator.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/progressindicator.cpp b/src/gui/widgets/progressindicator.cpp index 1941da4a..6bda617f 100644 --- a/src/gui/widgets/progressindicator.cpp +++ b/src/gui/widgets/progressindicator.cpp @@ -20,15 +20,15 @@ #include "progressindicator.h" +#include "graphics.h" +#include "simpleanimation.h" + #include "gui/theme.h" #include "resources/animation.h" #include "resources/imageset.h" #include "resources/resourcemanager.h" -#include "graphics.h" -#include "simpleanimation.h" - #include <guichan/widgets/label.hpp> ProgressIndicator::ProgressIndicator() |