Show
Ignore:
Timestamp:
11/23/06 08:54:49 (5 years ago)
Author:
rakshasa
Message:

* Moved torrent/file*.{cc,h} to torrent/data/.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rtorrent/src/option_handler_rules.cc

    r810 r811  
    5050#include <torrent/connection_manager.h> 
    5151#include <torrent/exceptions.h> 
    52 #include <torrent/file.h> 
    53 #include <torrent/file_list.h> 
    5452#include <torrent/path.h> 
    5553#include <torrent/rate.h> 
     
    5755#include <torrent/tracker.h> 
    5856#include <torrent/tracker_list.h> 
     57#include <torrent/data/file.h> 
     58#include <torrent/data/file_list.h> 
    5959 
    6060#include "core/download.h"