summaryrefslogtreecommitdiff
path: root/libnm/nm-object-private.h
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 /libnm/nm-object-private.h
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 'libnm/nm-object-private.h')
-rw-r--r--libnm/nm-object-private.h15
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__ */