mirror of https://github.com/aria2/aria2
2008-12-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Removed include of MetaEntry.h * test/DHTMessageTrackerEntryTest.ccpull/1/head
parent
9614ee2fef
commit
5de92ff1fc
|
@ -1,3 +1,8 @@
|
||||||
|
2008-12-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Removed include of MetaEntry.h
|
||||||
|
* test/DHTMessageTrackerEntryTest.cc
|
||||||
|
|
||||||
2008-12-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2008-12-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Use BDE instead of Dictionary/List/Data.
|
Use BDE instead of Dictionary/List/Data.
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
#include "DHTMessageTrackerEntry.h"
|
#include "DHTMessageTrackerEntry.h"
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
#include "Exception.h"
|
#include "Exception.h"
|
||||||
#include "Util.h"
|
#include "Util.h"
|
||||||
#include "MockDHTMessage.h"
|
#include "MockDHTMessage.h"
|
||||||
#include "DHTNode.h"
|
#include "DHTNode.h"
|
||||||
#include "MetaEntry.h"
|
|
||||||
#include "DHTMessageCallback.h"
|
#include "DHTMessageCallback.h"
|
||||||
#include <iostream>
|
|
||||||
#include <cppunit/extensions/HelperMacros.h>
|
|
||||||
|
|
||||||
namespace aria2 {
|
namespace aria2 {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue