[libadwaita/wip/exalm/swipe-group: 53/54] Remove adw-types.h
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/swipe-group: 53/54] Remove adw-types.h
- Date: Thu, 6 May 2021 11:35:15 +0000 (UTC)
commit 5079ee44761ce63966245b32c6352127d6dd44c3
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Fri Feb 26 14:53:18 2021 +0500
Remove adw-types.h
Since the AdwSwipeTracker <-> AdwSwipeable circular dep is gone, remove
the separate header. Now AdwSwipeTracker depends on AdwSwipeable and not
the other way.
doc/meson.build | 1 -
src/adw-swipeable.h | 1 -
src/adw-types.h | 17 -----------------
src/adwaita.h | 1 -
src/meson.build | 1 -
5 files changed, 21 deletions(-)
---
diff --git a/doc/meson.build b/doc/meson.build
index b4e4ff9..bbe3105 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -17,7 +17,6 @@ private_headers = [
'adw-preferences-page-private.h',
'adw-shadow-helper-private.h',
'adw-swipe-tracker-private.h',
- 'adw-types.h',
'adw-view-switcher-button-private.h',
'adw-window-mixin-private.h',
]
diff --git a/src/adw-swipeable.h b/src/adw-swipeable.h
index f59b239..a263d73 100644
--- a/src/adw-swipeable.h
+++ b/src/adw-swipeable.h
@@ -14,7 +14,6 @@
#include <gtk/gtk.h>
#include "adw-navigation-direction.h"
-#include "adw-types.h"
G_BEGIN_DECLS
diff --git a/src/adwaita.h b/src/adwaita.h
index 1f0600b..86fcd23 100644
--- a/src/adwaita.h
+++ b/src/adwaita.h
@@ -50,7 +50,6 @@ G_BEGIN_DECLS
#include "adw-status-page.h"
#include "adw-swipe-tracker.h"
#include "adw-swipeable.h"
-#include "adw-types.h"
#include "adw-value-object.h"
#include "adw-view-switcher.h"
#include "adw-view-switcher-bar.h"
diff --git a/src/meson.build b/src/meson.build
index 9fbaea9..3198ac4 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -93,7 +93,6 @@ src_headers = [
'adw-status-page.h',
'adw-swipe-tracker.h',
'adw-swipeable.h',
- 'adw-types.h',
'adw-value-object.h',
'adw-view-switcher.h',
'adw-view-switcher-bar.h',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]