summaryrefslogtreecommitdiff
path: root/clients/tui/nmt-editor-section.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-02-19 15:23:34 +0100
committerThomas Haller <thaller@redhat.com>2021-02-24 12:48:37 +0100
commit9bba4871f3d46a3eccec84ac63e053e1dd1775b9 (patch)
tree45a7c0786e32220ff5100a171f5c9efb889b0621 /clients/tui/nmt-editor-section.c
parentb53c50e7786c6a5015fae0fc7538ccdd460ef985 (diff)
downloadNetworkManager-9bba4871f3d46a3eccec84ac63e053e1dd1775b9.tar.gz
build: move "libnm/" to "src/" and split it
Like with "libnm-core/", split "libnm/" into different directories for the public headers, for the implementation and for the helper "aux" library.
Diffstat (limited to 'clients/tui/nmt-editor-section.c')
-rw-r--r--clients/tui/nmt-editor-section.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/tui/nmt-editor-section.c b/clients/tui/nmt-editor-section.c
index 0b85cd2935..c95fc6ff9c 100644
--- a/clients/tui/nmt-editor-section.c
+++ b/clients/tui/nmt-editor-section.c
@@ -10,7 +10,7 @@
* #NmtEditorSection is the abstract base class for #NmtEditor sections.
*/
-#include "libnm/nm-default-client.h"
+#include "libnm-client-aux-extern/nm-default-client.h"
#include "nmt-editor-section.h"
#include "nmt-newt-toggle-button.h"