libnm: include "nm-vpn-service-plugin.h" in "NetworkManager.h"
authorThomas Haller <thaller@redhat.com>
Wed, 27 Jan 2016 16:02:03 +0000 (17:02 +0100)
committerThomas Haller <thaller@redhat.com>
Wed, 27 Jan 2016 16:20:09 +0000 (17:20 +0100)
commitfc7c333d84fccdc9171ce7ad8df5e57ca36201b5
tree775e4d11e764a82bcf6f39da5ff44dc5ec95f0c9
parent1a3597529e6389f5b648fe11e95743d41c1fb4b1
libnm: include "nm-vpn-service-plugin.h" in "NetworkManager.h"

"nm-vpn-service-plugin.h" includes "nm-connection.h", so there is already no
way to use "nm-vpn-service-plugin.h" without also pulling in all "NetworkManager.h".

On the other hand, we might not include "nm-vpn-service-plugin.h" in
"NetworkManager.h" to keep the overall headers small (by default).
But let's just include it too. We already opted for convenience
over small-include by having one top-level header file.
libnm/NetworkManager.h
libnm/nm-vpn-service-plugin.h