diff options
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 @@ | |||
| 37 | #include <linux/config.h> | 37 | #include <linux/config.h> |
| 38 | #include "../ccid.h" | 38 | #include "../ccid.h" |
| 39 | #include "../dccp.h" | 39 | #include "../dccp.h" |
| 40 | #include "../packet_history.h" | 40 | #include "lib/packet_history.h" |
| 41 | #include "lib/loss_interval.h" | 41 | #include "lib/loss_interval.h" |
| 42 | #include "ccid3.h" | 42 | #include "ccid3.h" |
| 43 | 43 | ||
