commit | fcafa5e74b42a182a5bcc5c7f94ca026d4e5f06e | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <[email protected]> | Sun May 15 11:07:42 2016 +0200 |
committer | Simon Wunderlich <[email protected]> | Thu Jun 30 10:29:43 2016 +0200 |
tree | 28ec3f19b48840bb80bdca518ab62915518bc37a | |
parent | 67a5613ed09e1b9d5d188507bcbaeb37a6d0fe12 [diff] |
batman-adv: Keep includes ordered by filename It is easier to detect if a include is already there for a used functionality when the includes are ordered. Using an alphabetic order together with the grouping in commit 1e2c2a4fe4a5 ("batman-adv: Add required includes to all files") makes includes better manageable. Signed-off-by: Sven Eckelmann <[email protected]> Signed-off-by: Marek Lindner <[email protected]> Signed-off-by: Simon Wunderlich <[email protected]>