summaryrefslogtreecommitdiffstats
path: root/lib/route/cls/fw.c
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2013-01-24 12:51:24 (GMT)
committerThomas Graf <tgraf@suug.ch>2013-01-24 12:51:24 (GMT)
commit9680f910f46b78d700ae66a16c08d8927dfc2199 (patch)
treebcceae90ee6f564a3f5abd8b51316a00fa0377e7 /lib/route/cls/fw.c
parent1419851eb46aa5823c27792c3d4bb6a2b55ca9f4 (diff)
downloadlibnl-9680f910f46b78d700ae66a16c08d8927dfc2199.zip
libnl-9680f910f46b78d700ae66a16c08d8927dfc2199.tar.gz
libnl-9680f910f46b78d700ae66a16c08d8927dfc2199.tar.bz2
Move private header files to <netlink-private/*>
This clarifies the seperation between public and private header files. Signed-off-by: Thomas Graf <tgraf@suug.ch>
Diffstat (limited to 'lib/route/cls/fw.c')
-rw-r--r--lib/route/cls/fw.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/route/cls/fw.c b/lib/route/cls/fw.c
index d24779a..b569d4f 100644
--- a/lib/route/cls/fw.c
+++ b/lib/route/cls/fw.c
@@ -6,7 +6,7 @@
* License as published by the Free Software Foundation version 2.1
* of the License.
*
- * Copyright (c) 2003-2011 Thomas Graf <tgraf@suug.ch>
+ * Copyright (c) 2003-2013 Thomas Graf <tgraf@suug.ch>
* Copyright (c) 2006 Petr Gotthard <petr.gotthard@siemens.com>
* Copyright (c) 2006 Siemens AG Oesterreich
*/
@@ -18,10 +18,10 @@
* @{
*/
-#include <netlink-local.h>
-#include <netlink-tc.h>
+#include <netlink-private/netlink.h>
+#include <netlink-private/tc.h>
#include <netlink/netlink.h>
-#include <netlink/route/tc-api.h>
+#include <netlink-private/route/tc-api.h>
#include <netlink/route/classifier.h>
#include <netlink/route/cls/fw.h>