mirror of
https://github.com/systemd/systemd.git
synced 2024-11-07 18:27:04 +03:00
ethtool-util: order includes properly
This commit is contained in:
parent
89e1ba0ab2
commit
ab1263d774
@ -25,13 +25,13 @@
|
||||
|
||||
#include "conf-parser.h"
|
||||
#include "ethtool-util.h"
|
||||
#include "log.h"
|
||||
#include "link-config.h"
|
||||
#include "log.h"
|
||||
#include "missing.h"
|
||||
#include "socket-util.h"
|
||||
#include "string-table.h"
|
||||
#include "strxcpyx.h"
|
||||
#include "util.h"
|
||||
#include "missing.h"
|
||||
|
||||
static const char* const duplex_table[_DUP_MAX] = {
|
||||
[DUP_FULL] = "full",
|
||||
|
Loading…
Reference in New Issue
Block a user