diff options
author | Chuck Claunch <[email protected]> | 2017-06-12 22:21:44 -0500 |
---|---|---|
committer | Chuck Claunch <[email protected]> | 2017-06-12 22:21:44 -0500 |
commit | db12a07f12d8f17d4a1c24df9991df56686d0619 (patch) | |
tree | 3d427a0a547e194214fc254db52bc64e73d4b570 /include/tinyb_utils.hpp | |
parent | 45e577290626b3674992d5dff1701fdd6e0b886d (diff) |
Removed generated dbus code and added call to gdbus-codegen in the build process
Signed-off-by: Chuck Claunch <[email protected]>
Diffstat (limited to 'include/tinyb_utils.hpp')
-rw-r--r-- | include/tinyb_utils.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tinyb_utils.hpp b/include/tinyb_utils.hpp index 20146d5d..2365cf6d 100644 --- a/include/tinyb_utils.hpp +++ b/include/tinyb_utils.hpp @@ -25,7 +25,7 @@ #pragma once #include "BluetoothObject.hpp" -#include "generated-code.h" +#include "orgbluez-dbus.h" #include <cstring> #include <vector> |