[gjs/iwyu-job: 8/8] importer: Fix includes
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/iwyu-job: 8/8] importer: Fix includes
- Date: Wed, 3 Jun 2020 22:50:30 +0000 (UTC)
commit 9658a193da01de934770ab8d87f712e90a7dfee2
Author: Philip Chimento <philip chimento gmail com>
Date: Wed Jun 3 14:30:29 2020 -0700
importer: Fix includes
These are caught by the newest version of IWYU.
gjs/importer.cpp | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/gjs/importer.cpp b/gjs/importer.cpp
index d294301c..628d3cad 100644
--- a/gjs/importer.cpp
+++ b/gjs/importer.cpp
@@ -30,9 +30,7 @@
# include <windows.h>
#endif
-#include <memory> // for allocator_traits<>::value_type
#include <string>
-#include <utility> // for move
#include <vector> // for vector
#include <gio/gio.h>
@@ -63,7 +61,6 @@
#include "gjs/module.h"
#include "gjs/native.h"
#include "util/log.h"
-#include "util/misc.h"
#define MODULE_INIT_FILENAME "__init__.js"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]