## moving the includes to below nm includes ## no longer works in 1.0.0. --- src/platform/wifi/wifi-utils.h +++ src/platform/wifi/wifi-utils.h.new @@ -22,10 +22,10 @@ #ifndef __WIFI_UTILS_H__ #define __WIFI_UTILS_H__ -#include #include #include "nm-dbus-interface.h" +#include typedef struct WifiData WifiData; --- src/settings/nm-settings-connection.h +++ src/settings/nm-settings-connection.h.new @@ -22,10 +22,9 @@ #ifndef __NETWORKMANAGER_SETTINGS_CONNECTION_H__ #define __NETWORKMANAGER_SETTINGS_CONNECTION_H__ -#include - #include #include "nm-types.h" +#include G_BEGIN_DECLS