diff options
Diffstat (limited to 'src/gui/widgets/progressbar.h')
-rw-r--r-- | src/gui/widgets/progressbar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/progressbar.h b/src/gui/widgets/progressbar.h index 52a26ddac..2f5816dce 100644 --- a/src/gui/widgets/progressbar.h +++ b/src/gui/widgets/progressbar.h @@ -23,11 +23,11 @@ #ifndef PROGRESSBAR_H #define PROGRESSBAR_H -#include <guichan/widget.hpp> +#include "guichan/widget.hpp" #include <string> -#include <guichan/widgetlistener.hpp> +#include "guichan/widgetlistener.hpp" class Graphics; class GraphicsVertexes; |