Removed TransferEncoding. * src/DownloadCommand.cc * src/DownloadCommand.h * src/HttpResponseCommand.cc
@@ -1,3 +1,10 @@
+2008-07-01 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
+
+ Removed TransferEncoding.
+ * src/DownloadCommand.cc
+ * src/DownloadCommand.h
+ * src/HttpResponseCommand.cc
2008-07-01 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Updated po files.
@@ -37,7 +37,6 @@
#include "RequestGroup.h"
#include "DownloadEngine.h"
#include "PeerStat.h"
-#include "TransferEncoding.h"
#include "DlAbortEx.h"
#include "DlRetryEx.h"
#include "SegmentMan.h"
@@ -39,7 +39,6 @@
namespace aria2 {
-class TransferEncoding;
class Decoder;
class PeerStat;
#ifdef ENABLE_MESSAGE_DIGEST
@@ -43,7 +43,6 @@
#include "HttpRequest.h"
#include "HttpResponse.h"
#include "HttpConnection.h"
#include "Segment.h"
#include "HttpDownloadCommand.h"