aboutsummaryrefslogtreecommitdiff
path: root/src/mm-base-modem.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-01-10 14:47:40 +0100
committerDan Williams <dcbw@redhat.com>2020-01-23 11:50:23 +0000
commit20ab6550fbf88b6e89d7243c08fe1ba12bf44fdf (patch)
tree521a742ab2aeff3140abe1078a89b9c9a9dc37ac /src/mm-base-modem.h
parenta6a3db21846248979f7cd1062a2551aac6f9ad3c (diff)
auth-provider: refactor and simplify
The auth provider setup is a bit over-engineered. Simplify it by making a single MMAuthProvider object that may or may not use polkit, depending on configure options. This object is also setup as a singleton object using the helper MM_DEFINE_SINGLETON_GETTER().
Diffstat (limited to 'src/mm-base-modem.h')
-rw-r--r--src/mm-base-modem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-base-modem.h b/src/mm-base-modem.h
index 45a9ecc7..e4001f2b 100644
--- a/src/mm-base-modem.h
+++ b/src/mm-base-modem.h
@@ -28,7 +28,7 @@
#include <mm-gdbus-modem.h>
-#include "mm-auth.h"
+#include "mm-auth-provider.h"
#include "mm-port.h"
#include "mm-kernel-device.h"
#include "mm-port-serial-at.h"