summaryrefslogtreecommitdiff
path: root/atk/atktypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'atk/atktypes.h')
-rw-r--r--atk/atktypes.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/atk/atktypes.h b/atk/atktypes.h
new file mode 100644
index 0000000000..2ad23deba7
--- /dev/null
+++ b/atk/atktypes.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#if !defined(__ATK_H_INSIDE__) && !defined(GTK_COMPILATION)
+#error "Only <atk/atk.h> can be included directly."
+#endif
+
+#include <glib-object.h>
+#include <gdk/gdk.h>
+#include <atk/atkenums.h>