xt_mp2t: avoid compating linux headers

'#include "compat_xtables.h"' should really come as the very last
header inclusion in a source file.
This commit is contained in:
Jan Engelhardt
2010-11-04 00:14:37 +01:00
parent 5adc20a066
commit 9a40807d00

View File

@@ -22,9 +22,6 @@
#include <linux/rculist.h>
#include "xt_mp2t.h"
#include "compat_xtables.h"
#include <linux/netdevice.h> /* msg levels */
/* Proc file related */
@@ -34,6 +31,9 @@
/* Timestamp related */
#include <linux/time.h>
#include "xt_mp2t.h"
#include "compat_xtables.h"
MODULE_AUTHOR("Jesper Dangaard Brouer <jdb@comx.dk>");
MODULE_DESCRIPTION("Detecting packet drops in MPEG2 Transport Streams (TS)");
MODULE_LICENSE("GPL");