summaryrefslogtreecommitdiff
path: root/lib/route/cls/ematch.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/route/cls/ematch.c')
-rw-r--r--lib/route/cls/ematch.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/route/cls/ematch.c b/lib/route/cls/ematch.c
index 90520302..5a5a2104 100644
--- a/lib/route/cls/ematch.c
+++ b/lib/route/cls/ematch.c
@@ -10,13 +10,17 @@
* @{
*/
-#include <netlink-private/netlink.h>
-#include <netlink-private/tc.h>
+#include "nl-default.h"
+
+#include <linux/tc_ematch/tc_em_cmp.h>
+
#include <netlink/netlink.h>
#include <netlink/route/classifier.h>
#include <netlink/route/cls/ematch.h>
#include <netlink/route/cls/ematch/cmp.h>
-#include <linux/tc_ematch/tc_em_cmp.h>
+
+#include "nl-route.h"
+#include "nl-aux-core/nl-core.h"
#include "ematch_syntax.h"
#include "ematch_grammar.h"