Skip to content
  • Thomas Haller's avatar
    all: cleanup includes in header files · f19aff89
    Thomas Haller authored
    - don't include "nm-default.h" in header files. Every source file must
      include as first header "nm-default.h", thus our headers get the
      default include already implicitly.
    
    - we don't support compiling NetworkManager itself with a C++ compiler. Remove
      G_BEGIN_DECLS/G_END_DECLS from internal headers. We do however support
      users of libnm to use C++, thus they stay in public headers.
    f19aff89