summaryrefslogtreecommitdiff
path: root/gi/repo.cpp
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2022-07-23 09:49:41 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2022-07-24 20:32:49 -0700
commit02cdfa5b754f00c860b56bf0571caec5a094492c (patch)
tree5f051f3575746b97b2c0ff3ea7039d78e63365c3 /gi/repo.cpp
parentda30e55dfd514dbe14ece3bcf3eaec794ca8d892 (diff)
downloadgjs-02cdfa5b754f00c860b56bf0571caec5a094492c.tar.gz
maint: Fix IWYU includes in files that previously failed
Due to the bug fixed by the previous commit, many files' includes had gotten out of sync. This fixes all of the IWYU complaints. We need to add some lines to the mapping file, either due to an IWYU upgrade or changes in the header files; I'm not sure. It's annoying that we have to list all the glib/*.h files separately, but that is for two reasons: there is no glob for glib/* that can leave out <glib/gstdio.h> and other public GLib headers; and glib/galloca.h should redirect to the system alloca.h.
Diffstat (limited to 'gi/repo.cpp')
-rw-r--r--gi/repo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gi/repo.cpp b/gi/repo.cpp
index 9f5d4e1f..55c443e4 100644
--- a/gi/repo.cpp
+++ b/gi/repo.cpp
@@ -46,6 +46,7 @@
#include "gjs/context-private.h"
#include "gjs/global.h"
#include "gjs/jsapi-util.h"
+#include "gjs/macros.h"
#include "gjs/module.h"
#include "util/log.h"