Changeset 811 for trunk/rtorrent/src/option_handler_rules.cc
- Timestamp:
- 11/23/06 08:54:49 (5 years ago)
- Files:
-
- 1 modified
-
trunk/rtorrent/src/option_handler_rules.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtorrent/src/option_handler_rules.cc
r810 r811 50 50 #include <torrent/connection_manager.h> 51 51 #include <torrent/exceptions.h> 52 #include <torrent/file.h>53 #include <torrent/file_list.h>54 52 #include <torrent/path.h> 55 53 #include <torrent/rate.h> … … 57 55 #include <torrent/tracker.h> 58 56 #include <torrent/tracker_list.h> 57 #include <torrent/data/file.h> 58 #include <torrent/data/file_list.h> 59 59 60 60 #include "core/download.h"
