NetworkManager/src/settings/plugins/ifcfg-rh
Thomas Haller 2c2d9d2e4c build: cleanup default includes
- "gsystem-local-alloc.h" and <gio/gio.h> are already included via
  "nm-default.h". No need to include them separately.

- include "nm-macros-internal.h" via "nm-default.h" and drop all
  explict includes.

- in the modified files, ensure that we always include "config.h"
  and "nm-default.h" first. As second, include the header file
  for the current source file (if applicable). Then follow external
  includes and finally internal nm includes.

- include nm headers inside source code files with quotes

- internal header files don't need to include default headers.
  They can savely assume that "nm-default.h" is already included
  and with it glib, nm-glib.h, nm-macros-internal.h, etc.
2016-02-12 15:36:01 +01:00
..
tests all/tests: fix messages for ASSERT() macro 2016-02-03 12:37:43 +01:00
common.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
Makefile.am build: rename directory "include" to "shared" 2015-12-24 11:42:37 +01:00
nm-ifcfg-connection.c core: use NM_PLATFORM_GET instead of nm_platform_get() in function calls 2016-01-06 21:25:56 +01:00
nm-ifcfg-connection.h ifcfg-rh: log warning when loading of connection fails 2015-06-02 12:57:52 +02:00
nm-ifcfg-rh.conf ifcfg-rh: don't disallow console users from owning the bus name 2015-10-06 17:30:51 +02:00
nm-ifcfg-rh.xml ifcfg-rh: port to gdbus 2015-08-10 09:41:26 -04:00
plugin.c core: always use gulong to store signal handler ids 2016-01-06 21:25:55 +01:00
plugin.h ifcfg-rh: use distinct D-Bus connection for ifcfg-rh service 2015-11-10 18:12:12 +01:00
reader.c ifcfg-rh: ignore explicit IPv4 default routes in reader 2016-02-11 14:27:28 +01:00
reader.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
shvar.c ifcfg-rh: add svSetValueInt64() utility 2015-11-18 15:37:42 +01:00
shvar.h ifcfg-rh: add svSetValueInt64() utility 2015-11-18 15:37:42 +01:00
utils.c build: cleanup default includes 2016-02-12 15:36:01 +01:00
utils.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
writer.c build: cleanup default includes 2016-02-12 15:36:01 +01:00
writer.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00