[libdazzle] shortcuts: update include paths
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdazzle] shortcuts: update include paths
- Date: Sun, 11 Jun 2017 07:00:53 +0000 (UTC)
commit 7a392ed2329bec1d4ec577c3f8ffea26b1a32e7d
Author: Christian Hergert <chergert redhat com>
Date: Sat Jun 10 23:57:59 2017 -0700
shortcuts: update include paths
src/shortcuts/dzl-shortcut-accel-dialog.c | 6 +++---
src/shortcuts/dzl-shortcut-chord.c | 4 ++--
src/shortcuts/dzl-shortcut-closure-chain.c | 4 ++--
src/shortcuts/dzl-shortcut-context.c | 8 ++++----
src/shortcuts/dzl-shortcut-controller.c | 10 +++++-----
src/shortcuts/dzl-shortcut-label.c | 2 +-
src/shortcuts/dzl-shortcut-manager.c | 17 ++++++++---------
src/shortcuts/dzl-shortcut-model.c | 4 ++--
src/shortcuts/dzl-shortcut-theme-editor.c | 8 ++++----
src/shortcuts/dzl-shortcut-theme-load.c | 6 +++---
src/shortcuts/dzl-shortcut-theme-save.c | 6 ++++--
src/shortcuts/dzl-shortcut-theme.c | 6 +++---
src/shortcuts/dzl-shortcuts-group.c | 4 ++--
src/shortcuts/dzl-shortcuts-section.c | 4 ++--
src/shortcuts/dzl-shortcuts-shortcut.c | 6 +++---
src/shortcuts/dzl-shortcuts-window.c | 8 ++++----
16 files changed, 52 insertions(+), 51 deletions(-)
---
diff --git a/src/shortcuts/dzl-shortcut-accel-dialog.c b/src/shortcuts/dzl-shortcut-accel-dialog.c
index f4c8cd1..510c7b9 100644
--- a/src/shortcuts/dzl-shortcut-accel-dialog.c
+++ b/src/shortcuts/dzl-shortcut-accel-dialog.c
@@ -24,9 +24,9 @@
#include <glib/gi18n.h>
-#include "dzl-shortcut-accel-dialog.h"
-#include "dzl-shortcut-chord.h"
-#include "dzl-shortcut-label.h"
+#include "shortcuts/dzl-shortcut-accel-dialog.h"
+#include "shortcuts/dzl-shortcut-chord.h"
+#include "shortcuts/dzl-shortcut-label.h"
struct _DzlShortcutAccelDialog
{
diff --git a/src/shortcuts/dzl-shortcut-chord.c b/src/shortcuts/dzl-shortcut-chord.c
index 05af9f1..94eeaa8 100644
--- a/src/shortcuts/dzl-shortcut-chord.c
+++ b/src/shortcuts/dzl-shortcut-chord.c
@@ -21,8 +21,8 @@
#include <stdlib.h>
#include <string.h>
-#include "dzl-shortcut-chord.h"
-#include "dzl-shortcut-private.h"
+#include "shortcuts/dzl-shortcut-chord.h"
+#include "shortcuts/dzl-shortcut-private.h"
#define MAX_CHORD_SIZE 4
diff --git a/src/shortcuts/dzl-shortcut-closure-chain.c b/src/shortcuts/dzl-shortcut-closure-chain.c
index d9f9d72..e569348 100644
--- a/src/shortcuts/dzl-shortcut-closure-chain.c
+++ b/src/shortcuts/dzl-shortcut-closure-chain.c
@@ -21,8 +21,8 @@
#include <gobject/gvaluecollector.h>
#include <string.h>
-#include "dzl-shortcut-closure-chain.h"
-#include "dzl-shortcut-controller.h"
+#include "shortcuts/dzl-shortcut-closure-chain.h"
+#include "shortcuts/dzl-shortcut-controller.h"
typedef enum
{
diff --git a/src/shortcuts/dzl-shortcut-context.c b/src/shortcuts/dzl-shortcut-context.c
index 5c97c58..7ca7c16 100644
--- a/src/shortcuts/dzl-shortcut-context.c
+++ b/src/shortcuts/dzl-shortcut-context.c
@@ -21,10 +21,10 @@
#include <gobject/gvaluecollector.h>
#include <string.h>
-#include "dzl-shortcut-chord.h"
-#include "dzl-shortcut-context.h"
-#include "dzl-shortcut-controller.h"
-#include "dzl-shortcut-private.h"
+#include "shortcuts/dzl-shortcut-chord.h"
+#include "shortcuts/dzl-shortcut-context.h"
+#include "shortcuts/dzl-shortcut-controller.h"
+#include "shortcuts/dzl-shortcut-private.h"
typedef struct
{
diff --git a/src/shortcuts/dzl-shortcut-controller.c b/src/shortcuts/dzl-shortcut-controller.c
index f99a078..a69c377 100644
--- a/src/shortcuts/dzl-shortcut-controller.c
+++ b/src/shortcuts/dzl-shortcut-controller.c
@@ -21,11 +21,11 @@
#include <stdlib.h>
#include <string.h>
-#include "dzl-shortcut-closure-chain.h"
-#include "dzl-shortcut-context.h"
-#include "dzl-shortcut-controller.h"
-#include "dzl-shortcut-manager.h"
-#include "dzl-shortcut-private.h"
+#include "shortcuts/dzl-shortcut-closure-chain.h"
+#include "shortcuts/dzl-shortcut-context.h"
+#include "shortcuts/dzl-shortcut-controller.h"
+#include "shortcuts/dzl-shortcut-manager.h"
+#include "shortcuts/dzl-shortcut-private.h"
typedef struct
{
diff --git a/src/shortcuts/dzl-shortcut-label.c b/src/shortcuts/dzl-shortcut-label.c
index 01a6cc4..8f75a82 100644
--- a/src/shortcuts/dzl-shortcut-label.c
+++ b/src/shortcuts/dzl-shortcut-label.c
@@ -18,7 +18,7 @@
#define G_LOG_DOMAIN "dzl-shortcut-label"
-#include "dzl-shortcut-label.h"
+#include "shortcuts/dzl-shortcut-label.h"
struct _DzlShortcutLabel
{
diff --git a/src/shortcuts/dzl-shortcut-manager.c b/src/shortcuts/dzl-shortcut-manager.c
index 0935d77..2007977 100644
--- a/src/shortcuts/dzl-shortcut-manager.c
+++ b/src/shortcuts/dzl-shortcut-manager.c
@@ -18,15 +18,14 @@
#define G_LOG_DOMAIN "dzl-shortcut-manager.h"
-#include "dzl-shortcut-private.h"
-
-#include "dzl-shortcut-controller.h"
-#include "dzl-shortcut-label.h"
-#include "dzl-shortcut-manager.h"
-#include "dzl-shortcut-private.h"
-#include "dzl-shortcuts-group.h"
-#include "dzl-shortcuts-section.h"
-#include "dzl-shortcuts-shortcut.h"
+#include "shortcuts/dzl-shortcut-controller.h"
+#include "shortcuts/dzl-shortcut-label.h"
+#include "shortcuts/dzl-shortcut-manager.h"
+#include "shortcuts/dzl-shortcut-private.h"
+#include "shortcuts/dzl-shortcut-private.h"
+#include "shortcuts/dzl-shortcuts-group.h"
+#include "shortcuts/dzl-shortcuts-section.h"
+#include "shortcuts/dzl-shortcuts-shortcut.h"
typedef struct
{
diff --git a/src/shortcuts/dzl-shortcut-model.c b/src/shortcuts/dzl-shortcut-model.c
index 15fc7d0..5282570 100644
--- a/src/shortcuts/dzl-shortcut-model.c
+++ b/src/shortcuts/dzl-shortcut-model.c
@@ -18,8 +18,8 @@
#define G_LOG_DOMAIN "dzl-shortcut-model"
-#include "dzl-shortcut-model.h"
-#include "dzl-shortcut-private.h"
+#include "shortcuts/dzl-shortcut-model.h"
+#include "shortcuts/dzl-shortcut-private.h"
struct _DzlShortcutModel
{
diff --git a/src/shortcuts/dzl-shortcut-theme-editor.c b/src/shortcuts/dzl-shortcut-theme-editor.c
index 69514a7..e8fa5d6 100644
--- a/src/shortcuts/dzl-shortcut-theme-editor.c
+++ b/src/shortcuts/dzl-shortcut-theme-editor.c
@@ -20,10 +20,10 @@
#include <glib/gi18n.h>
-#include "dzl-shortcut-accel-dialog.h"
-#include "dzl-shortcut-model.h"
-#include "dzl-shortcut-private.h"
-#include "dzl-shortcut-theme-editor.h"
+#include "shortcuts/dzl-shortcut-accel-dialog.h"
+#include "shortcuts/dzl-shortcut-model.h"
+#include "shortcuts/dzl-shortcut-private.h"
+#include "shortcuts/dzl-shortcut-theme-editor.h"
typedef struct
{
diff --git a/src/shortcuts/dzl-shortcut-theme-load.c b/src/shortcuts/dzl-shortcut-theme-load.c
index 6d4558f..dc54f54 100644
--- a/src/shortcuts/dzl-shortcut-theme-load.c
+++ b/src/shortcuts/dzl-shortcut-theme-load.c
@@ -20,9 +20,9 @@
#include <string.h>
-#include "dzl-shortcut-context.h"
-#include "dzl-shortcut-private.h"
-#include "dzl-shortcut-theme.h"
+#include "shortcuts/dzl-shortcut-context.h"
+#include "shortcuts/dzl-shortcut-private.h"
+#include "shortcuts/dzl-shortcut-theme.h"
typedef enum
{
diff --git a/src/shortcuts/dzl-shortcut-theme-save.c b/src/shortcuts/dzl-shortcut-theme-save.c
index 053a2b1..64d834f 100644
--- a/src/shortcuts/dzl-shortcut-theme-save.c
+++ b/src/shortcuts/dzl-shortcut-theme-save.c
@@ -16,8 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "dzl-shortcut-theme.h"
-#include "dzl-shortcut-private.h"
+#define G_LOG_DOMAIN "dzl-shortcut-theme-save"
+
+#include "shortcuts/dzl-shortcut-theme.h"
+#include "shortcuts/dzl-shortcut-private.h"
gboolean
dzl_shortcut_theme_save_to_stream (DzlShortcutTheme *self,
diff --git a/src/shortcuts/dzl-shortcut-theme.c b/src/shortcuts/dzl-shortcut-theme.c
index bca7b0d..21cc3d3 100644
--- a/src/shortcuts/dzl-shortcut-theme.c
+++ b/src/shortcuts/dzl-shortcut-theme.c
@@ -18,9 +18,9 @@
#define G_LOG_DOMAIN "dzl-shortcut-theme"
-#include "dzl-shortcut-private.h"
-#include "dzl-shortcut-chord.h"
-#include "dzl-shortcut-theme.h"
+#include "shortcuts/dzl-shortcut-private.h"
+#include "shortcuts/dzl-shortcut-chord.h"
+#include "shortcuts/dzl-shortcut-theme.h"
typedef struct
{
diff --git a/src/shortcuts/dzl-shortcuts-group.c b/src/shortcuts/dzl-shortcuts-group.c
index ba8e421..ddf511b 100644
--- a/src/shortcuts/dzl-shortcuts-group.c
+++ b/src/shortcuts/dzl-shortcuts-group.c
@@ -18,8 +18,8 @@
#include <glib/gi18n.h>
-#include "dzl-shortcuts-group.h"
-#include "dzl-shortcuts-shortcut.h"
+#include "shortcuts/dzl-shortcuts-group.h"
+#include "shortcuts/dzl-shortcuts-shortcut.h"
/**
* SECTION:dzl-shortcuts-group
diff --git a/src/shortcuts/dzl-shortcuts-section.c b/src/shortcuts/dzl-shortcuts-section.c
index 9220cc0..cee9d53 100644
--- a/src/shortcuts/dzl-shortcuts-section.c
+++ b/src/shortcuts/dzl-shortcuts-section.c
@@ -18,8 +18,8 @@
#include <glib/gi18n.h>
-#include "dzl-shortcuts-group.h"
-#include "dzl-shortcuts-section.h"
+#include "shortcuts/dzl-shortcuts-group.h"
+#include "shortcuts/dzl-shortcuts-section.h"
/**
* SECTION:dzl-shortcuts-section
diff --git a/src/shortcuts/dzl-shortcuts-shortcut.c b/src/shortcuts/dzl-shortcuts-shortcut.c
index 0045ce9..43d2040 100644
--- a/src/shortcuts/dzl-shortcuts-shortcut.c
+++ b/src/shortcuts/dzl-shortcuts-shortcut.c
@@ -18,9 +18,9 @@
#include <glib/gi18n.h>
-#include "dzl-shortcut-label.h"
-#include "dzl-shortcuts-shortcut.h"
-#include "dzl-shortcuts-window-private.h"
+#include "shortcuts/dzl-shortcut-label.h"
+#include "shortcuts/dzl-shortcuts-shortcut.h"
+#include "shortcuts/dzl-shortcuts-window-private.h"
/**
* SECTION:dzl-shortcuts-shortcut
diff --git a/src/shortcuts/dzl-shortcuts-window.c b/src/shortcuts/dzl-shortcuts-window.c
index e9d77d2..934669a 100644
--- a/src/shortcuts/dzl-shortcuts-window.c
+++ b/src/shortcuts/dzl-shortcuts-window.c
@@ -18,10 +18,10 @@
#include <glib/gi18n.h>
-#include "dzl-shortcuts-window.h"
-#include "dzl-shortcuts-section.h"
-#include "dzl-shortcuts-group.h"
-#include "dzl-shortcuts-shortcut-private.h"
+#include "shortcuts/dzl-shortcuts-window.h"
+#include "shortcuts/dzl-shortcuts-section.h"
+#include "shortcuts/dzl-shortcuts-group.h"
+#include "shortcuts/dzl-shortcuts-shortcut-private.h"
/**
* SECTION:dzl-shortcuts-window
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]