summaryrefslogtreecommitdiff
path: root/gdk/gdktexture.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2023-05-09 17:02:09 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2023-05-09 17:36:59 +0100
commit9d68bebdd1b3381939a92791a6f852250eb733c2 (patch)
tree4a75581416a2300d28a2ee5a6dd0960963a8c561 /gdk/gdktexture.h
parentd7b9d35c0251028a8a1af0ce517e8bd6521cae5b (diff)
downloadgtk+-9d68bebdd1b3381939a92791a6f852250eb733c2.tar.gz
Minimize the amount of inclusions in public headers
Public headers should mainly include gdktypes.h, which already include the symbol visibility and versioning macros; we can also modify gdktypes.h to include the enumerations.
Diffstat (limited to 'gdk/gdktexture.h')
-rw-r--r--gdk/gdktexture.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdktexture.h b/gdk/gdktexture.h
index 3b3f312419..c359e56179 100644
--- a/gdk/gdktexture.h
+++ b/gdk/gdktexture.h
@@ -22,8 +22,6 @@
#error "Only <gdk/gdk.h> can be included directly."
#endif
-#include <gdk/version/gdkversionmacros.h>
-#include <gdk/gdkenums.h>
#include <gdk/gdktypes.h>
#include <gdk-pixbuf/gdk-pixbuf.h>