diff options
Diffstat (limited to '')
-rw-r--r-- | src/common/common_fwd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/common_fwd.h b/src/common/common_fwd.h index 5d67251b1..f33e185b5 100644 --- a/src/common/common_fwd.h +++ b/src/common/common_fwd.h @@ -36,6 +36,5 @@ namespace tools struct login; class password_container; class t_http_connection; - class task_region; - class thread_group; + class threadpool; } |