diff options
author | Kostyantyn Ovechko <fastinetserver@gmail.com> | 2010-08-03 04:28:09 +0300 |
---|---|---|
committer | Kostyantyn Ovechko <fastinetserver@gmail.com> | 2010-08-03 04:28:09 +0300 |
commit | 394e79b27aeae9de83c378b391e5e3cf59ec9759 (patch) | |
tree | 0dc1663a05931ea5a717eb99e977198eb746feb2 /segget/response.h | |
parent | Add distfiles window to tuiclient. (diff) | |
download | idfetch-394e79b27aeae9de83c378b391e5e3cf59ec9759.tar.gz idfetch-394e79b27aeae9de83c378b391e5e3cf59ec9759.tar.bz2 idfetch-394e79b27aeae9de83c378b391e5e3cf59ec9759.zip |
Provide more info on distfiles to tuiclients.
Provide info on distfiles that are already in the list or just added,
but not in progress (not started yet or already downloaded) to ui_server/tui_clients.
Diffstat (limited to 'segget/response.h')
-rw-r--r-- | segget/response.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/segget/response.h b/segget/response.h index fbeb4f5..571f17b 100644 --- a/segget/response.h +++ b/segget/response.h @@ -26,8 +26,7 @@ #ifndef __RESPONSE_H__ #define __RESPONSE_H__ - -#include "tui.h" +#include <string> using namespace std; |