mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-25 08:08:13 +02:00
- don't include "nm-default.h" from headers. All source files include this header as first. - drop G_BEGIN_DECLS/G_END_DECLS. This is not C++ nor public API. - drop unnecessary includes from header files. They are either not required, or already provided via "nm-default.h". - include in source files the corresponding header file as first after "nm-default.h". This should ensure that header files are self-contained (appart from "nm-default.h"). |
||
|---|---|---|
| .. | ||
| tests | ||
| common.h | ||
| Makefile.am | ||
| nm-ifcfg-connection.c | ||
| nm-ifcfg-connection.h | ||
| nm-ifcfg-rh.conf | ||
| nm-ifcfg-rh.xml | ||
| plugin.c | ||
| plugin.h | ||
| reader.c | ||
| reader.h | ||
| shvar.c | ||
| shvar.h | ||
| utils.c | ||
| utils.h | ||
| writer.c | ||
| writer.h | ||