[libdazzle] pathbar: fix includes
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdazzle] pathbar: fix includes
- Date: Wed, 12 Jul 2017 03:36:00 +0000 (UTC)
commit bd28bf15d82e7ac7d52c3d10128213d90b5cbd15
Author: Christian Hergert <chergert redhat com>
Date: Tue Jul 11 20:35:43 2017 -0700
pathbar: fix includes
src/pathbar/dzl-path-bar.h | 4 +++-
src/pathbar/dzl-path.h | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/pathbar/dzl-path-bar.h b/src/pathbar/dzl-path-bar.h
index 1035cef..97df143 100644
--- a/src/pathbar/dzl-path-bar.h
+++ b/src/pathbar/dzl-path-bar.h
@@ -21,6 +21,8 @@
#include <gtk/gtk.h>
+#include "pathbar/dzl-path.h"
+
G_BEGIN_DECLS
#define DZL_TYPE_PATH_BAR (dzl_path_bar_get_type())
@@ -28,7 +30,7 @@ G_BEGIN_DECLS
G_DECLARE_FINAL_TYPE (DzlPathBar, dzl_path_bar, DZL, PATH_BAR, GtkBox)
GtkWidget *dzl_path_bar_new (void);
-DzlPath *dzl_path_bar_get_path (DzlPathBar *self);
+DzlPath *dzl_path_bar_get_path (DzlPathBar *self);
void dzl_path_bar_set_path (DzlPathBar *self,
DzlPath *path);
void dzl_path_bar_set_selected_index (DzlPathBar *self,
diff --git a/src/pathbar/dzl-path.h b/src/pathbar/dzl-path.h
index ebba914..9cf4a76 100644
--- a/src/pathbar/dzl-path.h
+++ b/src/pathbar/dzl-path.h
@@ -21,7 +21,7 @@
#include <glib-object.h>
-#include "dzl-path-element.h"
+#include "pathbar/dzl-path-element.h"
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]