[gnome-games] gamepad: Fix local includes
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] gamepad: Fix local includes
- Date: Sun, 14 May 2017 10:14:32 +0000 (UTC)
commit b4cfcc9f2282ffc9db750de7a241e4064c4f9285
Author: theawless <theawless gmail com>
Date: Sun May 14 14:41:46 2017 +0530
gamepad: Fix local includes
Use "" for some local includes instead of <>, and reorder the includes
alphabetically.
https://bugzilla.gnome.org/show_bug.cgi?id=782549
src/gamepad/gamepad-monitor.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/gamepad/gamepad-monitor.c b/src/gamepad/gamepad-monitor.c
index cfa3000..dfb3700 100644
--- a/src/gamepad/gamepad-monitor.c
+++ b/src/gamepad/gamepad-monitor.c
@@ -4,10 +4,10 @@
#include <glib.h>
#include <glib-object.h>
-#include <linux-raw-gamepad-monitor.h>
-#include <raw-gamepad-monitor.h>
-#include <raw-gamepad.h>
-#include <gamepad-mapping-error.h>
+#include "gamepad-mapping-error.h"
+#include "linux/linux-raw-gamepad-monitor.h"
+#include "raw-gamepad.h"
+#include "raw-gamepad-monitor.h"
struct _GamesGamepadMonitor {
GObject parent_instance;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]