summaryrefslogtreecommitdiff
path: root/src/printer
diff options
context:
space:
mode:
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>2021-03-03 17:50:45 +0100
committerGitHub <noreply@github.com>2021-03-03 16:50:45 +0000
commita02a794c383ae2381e1210f53174cefb8d94e615 (patch)
tree0eac511c22ba9eeba1925e3afa4f0542edf5cf60 /src/printer
parent6db84f6e373f9651af48df7b654e3992f68472ac (diff)
More cleanup of includes to reduce compilation times (#6037)
Similar to #6031, this PR implements suggestions from iwyu to reduce the number of includes in header files by introducing forward declarations and moving includes to source files.
Diffstat (limited to 'src/printer')
-rw-r--r--src/printer/let_binding.h1
-rw-r--r--src/printer/printer.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/printer/let_binding.h b/src/printer/let_binding.h
index 45a09d07f..1572ab014 100644
--- a/src/printer/let_binding.h
+++ b/src/printer/let_binding.h
@@ -17,7 +17,6 @@
#ifndef CVC4__PRINTER__LET_BINDING_H
#define CVC4__PRINTER__LET_BINDING_H
-#include <map>
#include <vector>
#include "context/cdhashmap.h"
diff --git a/src/printer/printer.h b/src/printer/printer.h
index 0a5ed1eac..dba29e524 100644
--- a/src/printer/printer.h
+++ b/src/printer/printer.h
@@ -19,7 +19,6 @@
#ifndef CVC4__PRINTER__PRINTER_H
#define CVC4__PRINTER__PRINTER_H
-#include <map>
#include <string>
#include "expr/node.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback