NetworkManager/clients/common
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
..
nm-polkit-listener.c clients: check errors of polkit_unix_session_new_for_process_sync() 2015-11-25 12:08:07 +01:00
nm-polkit-listener.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-secret-agent-simple.c clients: add vpn_type member to secret structure in secret agent 2015-12-12 17:37:30 +01:00
nm-secret-agent-simple.h clients: add vpn_type member to secret structure in secret agent 2015-12-12 17:37:30 +01:00
nm-vpn-helpers.c build: cleanup default includes 2016-02-12 15:36:01 +01:00
nm-vpn-helpers.h clients: add a helper function to get required openconnect VPN secrets 2015-12-12 17:37:30 +01:00