Commit 12c5a013 authored by Rémi Duraffort's avatar Rémi Duraffort

dbus: include config.h before anything and remove duplicated #define.

parent 435299ec
......@@ -39,14 +39,13 @@
* Preamble
*****************************************************************************/
#include <dbus/dbus.h>
#include "dbus.h"
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <dbus/dbus.h>
#include "dbus.h"
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_aout.h>
......
......@@ -205,9 +205,6 @@ const char* psz_introspection_xml_data_tracklist =
"</node>\n"
;
#define MPRIS_DBUS_ROOT_PATH "/"
#define MPRIS_DBUS_PLAYER_PATH "/Player"
#define MPRIS_DBUS_TRACKLIST_PATH "/TrackList"
/* Handle messages reception */
DBUS_METHOD( handle_root );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment