Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
120
Issues
120
List
Boards
Labels
Milestones
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
93cfc768
Commit
93cfc768
authored
Mar 20, 2015
by
Guillaume Roguez
Committed by
Gerrit Code Review
Mar 20, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbusclient: fix minor inclusion issue
Refs #67228 Change-Id: I2c9ee67f0e5e36f4893a525fd7c40e0e4e71a371
parent
597d7ce1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
daemon/bin/dbus/dbusclient.h
daemon/bin/dbus/dbusclient.h
+2
-4
No files found.
daemon/bin/dbus/dbusclient.h
View file @
93cfc768
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment