Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
b642a0b5
Commit
b642a0b5
authored
Jul 17, 2013
by
Tristan Matthews
Browse files
* #26839: client: hide DBus only includes
parent
45da9d27
Changes
2
Hide whitespace changes
Inline
Side-by-side
daemon/src/audio/audioloop.cpp
View file @
b642a0b5
...
...
@@ -32,9 +32,19 @@
* as that of the covered work.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "audioloop.h"
#include "manager.h"
#if HAVE_DBUS
#include "client/callmanager.h"
#else
#include "client/android/callmanager.h"
#endif
#include <cmath>
#include <numeric>
#include <cstring>
...
...
daemon/src/client/android/client.cpp
View file @
b642a0b5
...
...
@@ -43,7 +43,10 @@
#include "callmanager.h"
#include "configurationmanager.h"
#if HAVE_DBUS
#include "client/networkmanager.h"
#endif
#ifdef SFL_VIDEO
#include "video_controls.h"
...
...
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