diff options
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-08-28 06:18:26 +0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-08-30 03:12:25 +0400 |
commit | 4524b259541e1eea07020af825d8e7b0e4faaec5 (patch) | |
tree | a0aee23c08b3f98f0e96183309afb2d43ca12bd6 /net/dccp/ccids/ccid3.c | |
parent | ae6706f0678b89de07ad3b456893cc883584f711 (diff) | |
download | linux-4524b259541e1eea07020af825d8e7b0e4faaec5.tar.xz |
[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>
Diffstat (limited to 'net/dccp/ccids/ccid3.c')
-rw-r--r-- | net/dccp/ccids/ccid3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ccids/ccid3.c b/net/dccp/ccids/ccid3.c index 7468928b83c6..12548fbde86b 100644 --- a/net/dccp/ccids/ccid3.c +++ b/net/dccp/ccids/ccid3.c @@ -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" |