dbusclient: fix minor inclusion issue

Refs #67228

Change-Id: I2c9ee67f0e5e36f4893a525fd7c40e0e4e71a371
This commit is contained in:
Guillaume Roguez
2015-03-20 11:48:53 -04:00
committed by Gerrit Code Review
parent 597d7ce1cd
commit 93cfc768c9

View File

@ -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