tui: fix order of includes in "nmt-page-bond-port.c"

Headers should be included in a particular order. See the CONTRIBUTING
file.
This commit is contained in:
Thomas Haller 2021-08-26 14:31:06 +02:00
parent 9958510f28
commit e2bd2f3f91
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -9,10 +9,11 @@
*/
#include "libnm-client-aux-extern/nm-default-client.h"
#include "libnm-core-aux-intern/nm-libnm-core-utils.h"
#include "nmt-page-bond-port.h"
#include "libnm-core-aux-intern/nm-libnm-core-utils.h"
G_DEFINE_TYPE(NmtPageBondPort, nmt_page_bond_port, NMT_TYPE_EDITOR_PAGE)
static void