diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-06 17:30:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-06 17:30:10 +0300 |
commit | 953101de6e60cf849c73e1109268b88c34062833 (patch) | |
tree | ca2653fdc165885b8eaede895fe70c24c1b61388 /src/gui/windows/serverdialog.h | |
parent | b664e07438eaaafc5afc64ab47e5e30850fc1a03 (diff) | |
download | plus-953101de6e60cf849c73e1109268b88c34062833.tar.gz plus-953101de6e60cf849c73e1109268b88c34062833.tar.bz2 plus-953101de6e60cf849c73e1109268b88c34062833.tar.xz plus-953101de6e60cf849c73e1109268b88c34062833.zip |
Move downloadstatus.h into enums directory.
Diffstat (limited to 'src/gui/windows/serverdialog.h')
-rw-r--r-- | src/gui/windows/serverdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/windows/serverdialog.h b/src/gui/windows/serverdialog.h index 067993947..f59ff4ab7 100644 --- a/src/gui/windows/serverdialog.h +++ b/src/gui/windows/serverdialog.h @@ -25,7 +25,8 @@ #include "gui/widgets/window.h" -#include "net/downloadstatus.h" +#include "enums/net/downloadstatus.h" + #include "net/serverinfo.h" #include "utils/mutex.h" |