Skip to content

Commit

Permalink
reorder includes
Browse files Browse the repository at this point in the history
Signed-off-by: Li Wang <liwang@redhat.com>
  • Loading branch information
wangli5665 committed Aug 6, 2021
1 parent 2c4c2d8 commit f1a3771
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testcases/kernel/syscalls/setsockopt/setsockopt08.c
Expand Up @@ -79,10 +79,9 @@
* - sizeof(struct xt_entry_target) = 32
*/

#include <netinet/in.h>

#include "tst_test.h"
#include "tst_safe_net.h"
#include <netinet/in.h>
#include "lapi/ip_tables.h"
#include "lapi/namespaces_constants.h"

Expand Down

0 comments on commit f1a3771

Please sign in to comment.