Files
NetworkManager/src/core/nm-default-daemon.h
Lubomir Rintel d4053a83af libnm: move nm-errors.h include away from nm-connection.h
Most users included this by accident, by including nm-connection.h. That
is not too great, becuase stuff it contains is by no means specific to
NMConnection.

Anyways, it's not like it would matter too that. I mainly care about it
being included in NetworkManager.h, so that there's one less special
case in a test that makes sure useful stuff from NetworkManager.h ends up
in gtk-doc (a separate commit).
2022-11-13 23:36:37 +01:00

28 lines
737 B
C

/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
* Copyright (C) 2015 Red Hat, Inc.
*/
#ifndef __NM_DEFAULT_DAEMON_H__
#define __NM_DEFAULT_DAEMON_H__
/*****************************************************************************/
#include "libnm-glib-aux/nm-default-glib-i18n-prog.h"
#undef NETWORKMANAGER_COMPILATION
#define NETWORKMANAGER_COMPILATION NM_NETWORKMANAGER_COMPILATION_DAEMON
/*****************************************************************************/
#include "nm-version.h"
#include "nm-core-types.h"
#include "nm-errors.h"
#include "nm-types.h"
#include "libnm-log-core/nm-logging.h"
/*****************************************************************************/
#endif /* __NM_DEFAULT_DAEMON_H__ */