diff --git a/Makefile.am b/Makefile.am index 598f9899ad..c5a6853a0b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2296,17 +2296,9 @@ EXTRA_DIST += \ if WITH_MODEM_MANAGER_1 -GLIB_GENERATED += \ - src/devices/bluetooth/nm-bt-enum-types.h \ - src/devices/bluetooth/nm-bt-enum-types.c -nm_bt_enum_types_sources = src/devices/bluetooth/nm-bt-error.h - core_plugins += src/devices/bluetooth/libnm-device-plugin-bluetooth.la src_devices_bluetooth_libnm_device_plugin_bluetooth_la_SOURCES = \ - src/devices/bluetooth/nm-bt-enum-types.h \ - src/devices/bluetooth/nm-bt-enum-types.c \ - \ src/devices/bluetooth/nm-bluez-manager.c \ src/devices/bluetooth/nm-bluez-common.h \ src/devices/bluetooth/nm-bluez-device.c \ diff --git a/src/devices/bluetooth/nm-device-bt.c b/src/devices/bluetooth/nm-device-bt.c index ceaa182ccb..1ffe9597fe 100644 --- a/src/devices/bluetooth/nm-device-bt.c +++ b/src/devices/bluetooth/nm-device-bt.c @@ -36,10 +36,8 @@ #include "nm-setting-serial.h" #include "nm-setting-ppp.h" #include "NetworkManagerUtils.h" -#include "nm-bt-enum-types.h" #include "nm-utils.h" #include "nm-bt-error.h" -#include "nm-bt-enum-types.h" #include "nm-platform.h" #include "nmdbus-device-bt.h"