[gtk/wip/otte/gdk-headers: 2/5] macos: Don't include gdkinternals.h




commit e19afd7a1668629869e92832ec4f0ce65b9615ad
Author: Benjamin Otte <otte redhat com>
Date:   Fri Sep 24 21:04:47 2021 +0200

    macos: Don't include gdkinternals.h

 gdk/macos/GdkMacosBaseView.c          | 4 ++--
 gdk/macos/GdkMacosCairoSubview.c      | 1 -
 gdk/macos/GdkMacosCairoView.c         | 1 -
 gdk/macos/GdkMacosGLView.c            | 1 -
 gdk/macos/gdkmacoseventsource.c       | 1 -
 gdk/macos/gdkmacosglcontext-private.h | 1 -
 gdk/macos/gdkmacosglcontext.c         | 1 -
 gdk/macos/gdkmacospopupsurface.c      | 1 -
 gdk/macos/gdkmacossurface-private.h   | 1 -
 gdk/macos/gdkmacossurface.c           | 1 -
 gdk/macos/gdkmacostoplevelsurface.c   | 1 -
 11 files changed, 2 insertions(+), 12 deletions(-)
---
diff --git a/gdk/macos/GdkMacosBaseView.c b/gdk/macos/GdkMacosBaseView.c
index c4ba8c1020..ddce1241a3 100644
--- a/gdk/macos/GdkMacosBaseView.c
+++ b/gdk/macos/GdkMacosBaseView.c
@@ -25,11 +25,11 @@
 #import "GdkMacosBaseView.h"
 #import "GdkMacosWindow.h"
 
-#include "gdkinternals.h"
-
 #include "gdkmacosdisplay-private.h"
 #include "gdkmacossurface-private.h"
 
+#include "gdkdebug.h"
+
 @implementation GdkMacosBaseView
 
 -(id)initWithFrame:(NSRect)frameRect
diff --git a/gdk/macos/GdkMacosCairoSubview.c b/gdk/macos/GdkMacosCairoSubview.c
index e52acdf168..af79f5e879 100644
--- a/gdk/macos/GdkMacosCairoSubview.c
+++ b/gdk/macos/GdkMacosCairoSubview.c
@@ -23,7 +23,6 @@
 #include <CoreGraphics/CoreGraphics.h>
 #include <cairo-quartz.h>
 
-#include "gdkinternals.h"
 
 #import "GdkMacosCairoSubview.h"
 #import "GdkMacosCairoView.h"
diff --git a/gdk/macos/GdkMacosCairoView.c b/gdk/macos/GdkMacosCairoView.c
index 81ac8af6a3..3e830c6a28 100644
--- a/gdk/macos/GdkMacosCairoView.c
+++ b/gdk/macos/GdkMacosCairoView.c
@@ -24,7 +24,6 @@
 #include <CoreGraphics/CoreGraphics.h>
 #include <cairo-quartz.h>
 
-#include "gdkinternals.h"
 
 #import "GdkMacosCairoView.h"
 #import "GdkMacosCairoSubview.h"
diff --git a/gdk/macos/GdkMacosGLView.c b/gdk/macos/GdkMacosGLView.c
index 7945184c0b..d7f6437451 100644
--- a/gdk/macos/GdkMacosGLView.c
+++ b/gdk/macos/GdkMacosGLView.c
@@ -23,7 +23,6 @@
 #include <CoreGraphics/CoreGraphics.h>
 #include <OpenGL/gl.h>
 
-#include "gdkinternals.h"
 #include "gdkmacossurface-private.h"
 
 #import "GdkMacosGLView.h"
diff --git a/gdk/macos/gdkmacoseventsource.c b/gdk/macos/gdkmacoseventsource.c
index b039d04615..bacd99307f 100644
--- a/gdk/macos/gdkmacoseventsource.c
+++ b/gdk/macos/gdkmacoseventsource.c
@@ -27,7 +27,6 @@
 #include <unistd.h>
 
 #include "gdkdisplayprivate.h"
-#include "gdkinternals.h"
 
 #include "gdkmacoseventsource-private.h"
 #include "gdkmacosdisplay-private.h"
diff --git a/gdk/macos/gdkmacosglcontext-private.h b/gdk/macos/gdkmacosglcontext-private.h
index 533888cd2c..781035677a 100644
--- a/gdk/macos/gdkmacosglcontext-private.h
+++ b/gdk/macos/gdkmacosglcontext-private.h
@@ -24,7 +24,6 @@
 #include "gdkglcontextprivate.h"
 #include "gdkdisplayprivate.h"
 #include "gdksurface.h"
-#include "gdkinternals.h"
 
 #include "gdkmacosdisplay.h"
 #include "gdkmacossurface.h"
diff --git a/gdk/macos/gdkmacosglcontext.c b/gdk/macos/gdkmacosglcontext.c
index e959f0e30f..cc0d12bd10 100644
--- a/gdk/macos/gdkmacosglcontext.c
+++ b/gdk/macos/gdkmacosglcontext.c
@@ -23,7 +23,6 @@
 #include "gdkmacossurface-private.h"
 #include "gdkmacostoplevelsurface-private.h"
 
-#include "gdkinternals.h"
 #include "gdkintl.h"
 
 #include <OpenGL/gl.h>
diff --git a/gdk/macos/gdkmacospopupsurface.c b/gdk/macos/gdkmacospopupsurface.c
index 60239d72ed..fb1e93833c 100644
--- a/gdk/macos/gdkmacospopupsurface.c
+++ b/gdk/macos/gdkmacospopupsurface.c
@@ -21,7 +21,6 @@
 
 #import "GdkMacosWindow.h"
 
-#include "gdkinternals.h"
 #include "gdkpopupprivate.h"
 
 #include "gdkmacosdisplay-private.h"
diff --git a/gdk/macos/gdkmacossurface-private.h b/gdk/macos/gdkmacossurface-private.h
index 8a5ee526fa..e65505f8a9 100644
--- a/gdk/macos/gdkmacossurface-private.h
+++ b/gdk/macos/gdkmacossurface-private.h
@@ -23,7 +23,6 @@
 #include <AppKit/AppKit.h>
 #include <cairo.h>
 
-#include "gdkinternals.h"
 #include "gdksurfaceprivate.h"
 
 #include "gdkmacosdisplay.h"
diff --git a/gdk/macos/gdkmacossurface.c b/gdk/macos/gdkmacossurface.c
index 88be1f513d..18f2307016 100644
--- a/gdk/macos/gdkmacossurface.c
+++ b/gdk/macos/gdkmacossurface.c
@@ -28,7 +28,6 @@
 #include "gdkdeviceprivate.h"
 #include "gdkdisplay.h"
 #include "gdkframeclockidleprivate.h"
-#include "gdkinternals.h"
 #include "gdksurfaceprivate.h"
 
 #include "gdkmacosdevice.h"
diff --git a/gdk/macos/gdkmacostoplevelsurface.c b/gdk/macos/gdkmacostoplevelsurface.c
index 947d0b20d2..7429444ffa 100644
--- a/gdk/macos/gdkmacostoplevelsurface.c
+++ b/gdk/macos/gdkmacostoplevelsurface.c
@@ -21,7 +21,6 @@
 
 #import "GdkMacosWindow.h"
 
-#include "gdkinternals.h"
 #include "gdktoplevelprivate.h"
 
 #include "gdkmacosdisplay-private.h"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]