summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/sygus_inference.h
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/preprocessing/passes/sygus_inference.h
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/preprocessing/passes/sygus_inference.h')
-rw-r--r--src/preprocessing/passes/sygus_inference.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/preprocessing/passes/sygus_inference.h b/src/preprocessing/passes/sygus_inference.h
index 31d94efd2..4a67ae224 100644
--- a/src/preprocessing/passes/sygus_inference.h
+++ b/src/preprocessing/passes/sygus_inference.h
@@ -15,13 +15,10 @@
#ifndef CVC4__PREPROCESSING__PASSES__SYGUS_INFERENCE_H_
#define CVC4__PREPROCESSING__PASSES__SYGUS_INFERENCE_H_
-#include <map>
-#include <string>
#include <vector>
#include "expr/node.h"
#include "preprocessing/preprocessing_pass.h"
-#include "preprocessing/preprocessing_pass_context.h"
namespace CVC4 {
namespace preprocessing {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback