From 9bba4871f3d46a3eccec84ac63e053e1dd1775b9 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 19 Feb 2021 15:23:34 +0100 Subject: 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. --- clients/tui/nmt-editor-section.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clients/tui/nmt-editor-section.c') 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" -- cgit v1.2.1