Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
93cfc768
Commit
93cfc768
authored
10 years ago
by
Guillaume Roguez
Committed by
Gerrit Code Review
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
dbusclient: fix minor inclusion issue
Refs #67228 Change-Id: I2c9ee67f0e5e36f4893a525fd7c40e0e4e71a371
parent
597d7ce1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
daemon/bin/dbus/dbusclient.h
+2
-4
2 additions, 4 deletions
daemon/bin/dbus/dbusclient.h
with
2 additions
and
4 deletions
daemon/bin/dbus/dbusclient.h
+
2
−
4
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment