[DCCP]: Just move packet_history.[ch] to net/dccp/ccids/lib/

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Arnaldo Carvalho de Melo
2005-08-27 23:18:26 -03:00
committed by David S. Miller
parent ae6706f067
commit 4524b25954
5 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@
#include <linux/config.h>
#include "../ccid.h"
#include "../dccp.h"
#include "../packet_history.h"
#include "lib/packet_history.h"
#include "lib/loss_interval.h"
#include "ccid3.h"