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

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@811 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2006-11-23 13:54:49 +00:00
parent 281f924556
commit 8b759a5c6e
7 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -42,11 +42,11 @@
#include <sigc++/signal.h>
#include <rak/path.h>
#include <torrent/exceptions.h>
#include <torrent/file_list.h>
#include <torrent/rate.h>
#include <torrent/torrent.h>
#include <torrent/tracker.h>
#include <torrent/tracker_list.h>
#include <torrent/data/file_list.h>
#include "utils/variable_generic.h"
+1 -1
View File
@@ -43,10 +43,10 @@
#include <rak/timer.h>
#include <torrent/exceptions.h>
#include <torrent/connection_manager.h>
#include <torrent/file_list.h>
#include <torrent/rate.h>
#include <torrent/tracker.h>
#include <torrent/tracker_list.h>
#include <torrent/data/file_list.h>
#include <torrent/peer/client_info.h>
#include "core/download.h"
+2 -2
View File
@@ -38,9 +38,9 @@
#include <stdexcept>
#include <rak/algorithm.h>
#include <torrent/file.h>
#include <torrent/file_list.h>
#include <torrent/path.h>
#include <torrent/data/file.h>
#include <torrent/data/file_list.h>
#include "core/download.h"
+2 -2
View File
@@ -49,13 +49,13 @@
#include <torrent/chunk_manager.h>
#include <torrent/connection_manager.h>
#include <torrent/exceptions.h>
#include <torrent/file.h>
#include <torrent/file_list.h>
#include <torrent/path.h>
#include <torrent/rate.h>
#include <torrent/torrent.h>
#include <torrent/tracker.h>
#include <torrent/tracker_list.h>
#include <torrent/data/file.h>
#include <torrent/data/file_list.h>
#include "core/download.h"
#include "core/download_list.h"
+1 -1
View File
@@ -42,9 +42,9 @@
#include <torrent/exceptions.h>
#include <torrent/chunk_manager.h>
#include <torrent/connection_manager.h>
#include <torrent/file_list.h>
#include <torrent/torrent.h>
#include <torrent/tracker_list.h>
#include <torrent/data/file_list.h>
#include "core/download.h"
#include "input/manager.h"
+2 -1
View File
@@ -37,7 +37,8 @@
#include "config.h"
#include <torrent/exceptions.h>
#include <torrent/file_list.h>
#include <torrent/data/file.h>
#include <torrent/data/file_list.h>
#include "display/frame.h"
#include "display/manager.h"
+1 -1
View File
@@ -37,7 +37,7 @@
#ifndef RTORRENT_UI_ELEMENT_FILE_LIST_H
#define RTORRENT_UI_ELEMENT_FILE_LIST_H
#include <torrent/file.h>
#include <torrent/common.h>
#include "core/download.h"