[gjs/iwyu-job: 2/2] importer: Fix includes



commit a1e3fd5866c0d2fc38557554ad03e17c05aaf208
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]