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 /src/BluetoothManager.cpp | |
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 'src/BluetoothManager.cpp')
-rw-r--r-- | src/BluetoothManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BluetoothManager.cpp b/src/BluetoothManager.cpp index 9363617e..19d510aa 100644 --- a/src/BluetoothManager.cpp +++ b/src/BluetoothManager.cpp @@ -22,7 +22,7 @@ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "generated-code.h" +#include "orgbluez-dbus.h" #include "BluetoothManager.hpp" #include "BluetoothAdapter.hpp" #include "BluetoothDevice.hpp" |