diff options
author | Thomas Graf <tgraf@suug.ch> | 2013-01-24 13:51:24 +0100 |
---|---|---|
committer | Thomas Graf <tgraf@suug.ch> | 2013-01-24 13:51:24 +0100 |
commit | 9680f910f46b78d700ae66a16c08d8927dfc2199 (patch) | |
tree | bcceae90ee6f564a3f5abd8b51316a00fa0377e7 /lib/route/cls/ematch_syntax.y | |
parent | 1419851eb46aa5823c27792c3d4bb6a2b55ca9f4 (diff) | |
download | libnl-9680f910f46b78d700ae66a16c08d8927dfc2199.tar.gz |
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/ematch_syntax.y')
-rw-r--r-- | lib/route/cls/ematch_syntax.y | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/route/cls/ematch_syntax.y b/lib/route/cls/ematch_syntax.y index 39123be..da21039 100644 --- a/lib/route/cls/ematch_syntax.y +++ b/lib/route/cls/ematch_syntax.y @@ -6,12 +6,12 @@ * License as published by the Free Software Foundation version 2.1 * of the License. * - * Copyright (c) 2010 Thomas Graf <tgraf@suug.ch> + * Copyright (c) 2010-2013 Thomas Graf <tgraf@suug.ch> */ %{ -#include <netlink-local.h> -#include <netlink-tc.h> +#include <netlink-private/netlink.h> +#include <netlink-private/tc.h> #include <netlink/netlink.h> #include <netlink/utils.h> #include <netlink/route/pktloc.h> |