[Xfce4-commits] [apps/parole] 01/01: cpplint: Found C system header after other header.
noreply at xfce.org
noreply at xfce.org
Sun May 28 21:43:56 CEST 2017
This is an automated email from the git hooks/post-receive script.
bluesabre pushed a commit to branch master
in repository apps/parole.
commit 856ccf7ab55c8855ec2a1c519988f5218cb17023
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sun May 28 15:43:49 2017 -0400
cpplint: Found C system header after other header.
---
src/main.c | 6 +++---
src/parole-conf.c | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/main.c b/src/main.c
index 3ab89c3..16fcb5a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -43,6 +43,9 @@
#include <dbus/dbus-glib.h>
#include <dbus/dbus-glib-lowlevel.h>
+#include <X11/X.h>
+#include <X11/Xlib.h>
+
#include "parole-player.h"
#include "parole-plugins-manager.h"
#include "parole-utils.h"
@@ -50,9 +53,6 @@
#include "parole-builder.h"
#include "parole-conf.h"
-#include <X11/X.h>
-#include <X11/Xlib.h>
-
static void G_GNUC_NORETURN
show_version (void)
{
diff --git a/src/parole-conf.c b/src/parole-conf.c
index fffc9dc..5aafd2a 100644
--- a/src/parole-conf.c
+++ b/src/parole-conf.c
@@ -30,12 +30,12 @@
#include <glib.h>
+#include <xfconf/xfconf.h>
+
#include "parole-conf.h"
#include "parole-rc-utils.h"
#include "enum-gtypes.h"
-#include <xfconf/xfconf.h>
-
#include "gst/parole-gst.h"
#include "gst/gst-enum-types.h"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list