[gnome-autoar/wip/razvan/autoar-fixes: 3/4] autoar-gtk: update includes
- From: Răzvan-Mihai Chițu <razvanchitu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-autoar/wip/razvan/autoar-fixes: 3/4] autoar-gtk: update includes
- Date: Fri, 26 Aug 2016 11:26:41 +0000 (UTC)
commit b1888a6ee28698e05a80a9867c9edff8243a8bb1
Author: Razvan Chitu <razvan ch95 gmail com>
Date: Fri Aug 26 14:22:44 2016 +0300
autoar-gtk: update includes
The sources and headers for the gnome-autoar-gtk library should include headers
from the library itself, not from gnome-autoar.
gnome-autoar/autoar-gtk-chooser.h | 2 +-
gnome-autoar/autoar-gtk.h | 2 +-
tests/test-ui.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-autoar/autoar-gtk-chooser.h b/gnome-autoar/autoar-gtk-chooser.h
index 55099b8..6591f81 100644
--- a/gnome-autoar/autoar-gtk-chooser.h
+++ b/gnome-autoar/autoar-gtk-chooser.h
@@ -28,7 +28,7 @@
#include <gtk/gtk.h>
-#include "autoar-format-filter.h"
+#include <gnome-autoar/gnome-autoar.h>
G_BEGIN_DECLS
diff --git a/gnome-autoar/autoar-gtk.h b/gnome-autoar/autoar-gtk.h
index 62af565..58d28ac 100644
--- a/gnome-autoar/autoar-gtk.h
+++ b/gnome-autoar/autoar-gtk.h
@@ -26,6 +26,6 @@
#ifndef AUTOARCHIVE_GTK_H
#define AUTOARCHIVE_GTK_H
-#include <gnome-autoar/autoar-gtk-chooser.h>
+#include <gnome-autoar-gtk/autoar-gtk-chooser.h>
#endif /* AUTOARCHIVE_GTK_H */
diff --git a/tests/test-ui.c b/tests/test-ui.c
index b61048f..3642eaf 100644
--- a/tests/test-ui.c
+++ b/tests/test-ui.c
@@ -1,7 +1,7 @@
/* vim: set sw=2 ts=2 sts=2 et: */
#include <gnome-autoar/gnome-autoar.h>
-#include <gnome-autoar/autoar-gtk.h>
+#include <gnome-autoar/autoar-gtk-chooser.h>
#include <gtk/gtk.h>
#include <stdio.h>
#include <stdlib.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]