diff options
author | Thomas Haller <thaller@redhat.com> | 2021-02-19 15:23:34 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2021-02-24 12:48:37 +0100 |
commit | 9bba4871f3d46a3eccec84ac63e053e1dd1775b9 (patch) | |
tree | 45a7c0786e32220ff5100a171f5c9efb889b0621 /libnm/nm-object-private.h | |
parent | b53c50e7786c6a5015fae0fc7538ccdd460ef985 (diff) | |
download | NetworkManager-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 'libnm/nm-object-private.h')
-rw-r--r-- | libnm/nm-object-private.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libnm/nm-object-private.h b/libnm/nm-object-private.h deleted file mode 100644 index 9f78304d49..0000000000 --- a/libnm/nm-object-private.h +++ /dev/null @@ -1,15 +0,0 @@ -/* SPDX-License-Identifier: LGPL-2.1-or-later */ -/* - * Copyright (C) 2008 - 2011 Red Hat, Inc. - */ - -#ifndef __NM_OBJECT_PRIVATE_H__ -#define __NM_OBJECT_PRIVATE_H__ - -#if !((NETWORKMANAGER_COMPILATION) &NM_NETWORKMANAGER_COMPILATION_WITH_LIBNM_PRIVATE) - #error Cannot use this header. -#endif - -#include "nm-object.h" - -#endif /* __NM_OBJECT_PRIVATE_H__ */ |