diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-10-20 19:49:46 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-10-20 19:49:46 +0200 |
| commit | 61150560765e2875d83fed69248d0898d39604f5 (patch) | |
| tree | f6b04737e872d94556a14e1ef0c8b9dd89e79046 | |
| parent | 32beeaf25a6eb005d9ed6bcb88514458f9aec271 (diff) | |
fixup! bt: Fix adapter methods
| -rw-r--r-- | src/bt.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,8 +20,8 @@ #include <sdbus-c++/MethodResult.h> #include <sdbus-c++/ProxyInterfaces.h> #include <sdbus-c++/StandardInterfaces.h> -#include <sdbus-c++/Types.h> #include <sdbus-c++/TypeTraits.h> +#include <sdbus-c++/Types.h> #include <sdbus-c++/VTableItems.h> #include <string> #include <utility> |
