mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-20 19:44:56 +02:00
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:
@@ -22,9 +22,6 @@
|
|||||||
|
|
||||||
#include <linux/rculist.h>
|
#include <linux/rculist.h>
|
||||||
|
|
||||||
#include "xt_mp2t.h"
|
|
||||||
#include "compat_xtables.h"
|
|
||||||
|
|
||||||
#include <linux/netdevice.h> /* msg levels */
|
#include <linux/netdevice.h> /* msg levels */
|
||||||
|
|
||||||
/* Proc file related */
|
/* Proc file related */
|
||||||
@@ -34,6 +31,9 @@
|
|||||||
/* Timestamp related */
|
/* Timestamp related */
|
||||||
#include <linux/time.h>
|
#include <linux/time.h>
|
||||||
|
|
||||||
|
#include "xt_mp2t.h"
|
||||||
|
#include "compat_xtables.h"
|
||||||
|
|
||||||
MODULE_AUTHOR("Jesper Dangaard Brouer <jdb@comx.dk>");
|
MODULE_AUTHOR("Jesper Dangaard Brouer <jdb@comx.dk>");
|
||||||
MODULE_DESCRIPTION("Detecting packet drops in MPEG2 Transport Streams (TS)");
|
MODULE_DESCRIPTION("Detecting packet drops in MPEG2 Transport Streams (TS)");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
Reference in New Issue
Block a user