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/display/window_file_list.cc

    r810 r811  
    3939#include <stdexcept> 
    4040#include <rak/algorithm.h> 
    41 #include <torrent/file.h> 
    42 #include <torrent/file_list.h> 
    4341#include <torrent/path.h> 
     42#include <torrent/data/file.h> 
     43#include <torrent/data/file_list.h> 
    4444 
    4545#include "core/download.h"