mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
dbusclient: fix minor inclusion issue
Refs #67228 Change-Id: I2c9ee67f0e5e36f4893a525fd7c40e0e4e71a371
This commit is contained in:

committed by
Gerrit Code Review

parent
597d7ce1cd
commit
93cfc768c9
@ -29,14 +29,14 @@
|
||||
* as that of the covered work.
|
||||
*/
|
||||
|
||||
#ifndef __DBUSCLIENT_H__
|
||||
#define __DBUSCLIENT_H__
|
||||
#pragma once
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif // HAVE_CONFIG_H
|
||||
|
||||
#include "dring.h"
|
||||
#include <memory>
|
||||
|
||||
class DBusConfigurationManager;
|
||||
class DBusCallManager;
|
||||
@ -77,5 +77,3 @@ class DBusClient {
|
||||
std::unique_ptr<DBusVideoManager> videoManager_;
|
||||
#endif
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user