Skip to content
Snippets Groups Projects
Commit 93cfc768 authored by Guillaume Roguez's avatar Guillaume Roguez Committed by Gerrit Code Review
Browse files

dbusclient: fix minor inclusion issue

Refs #67228

Change-Id: I2c9ee67f0e5e36f4893a525fd7c40e0e4e71a371
parent 597d7ce1
Branches
Tags
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment