summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/int_to_bv.h
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-14 11:56:47 -0700
committerGitHub <noreply@github.com>2021-04-14 18:56:47 +0000
commite5c26181dab76704ad9a47126585fe2ec9d6cac2 (patch)
tree4f9d5a275091b73e825e0105be457c2b57f67d31 /src/preprocessing/passes/int_to_bv.h
parentb6db4446a28d498af8fb4e629392985dfe2a976c (diff)
Rename public and private headers in src/include. (#6352)
Diffstat (limited to 'src/preprocessing/passes/int_to_bv.h')
-rw-r--r--src/preprocessing/passes/int_to_bv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preprocessing/passes/int_to_bv.h b/src/preprocessing/passes/int_to_bv.h
index e25154199..5d6ac15e4 100644
--- a/src/preprocessing/passes/int_to_bv.h
+++ b/src/preprocessing/passes/int_to_bv.h
@@ -17,7 +17,7 @@
* option.
*/
-#include "cvc4_private.h"
+#include "cvc5_private.h"
#ifndef CVC5__PREPROCESSING__PASSES__INT_TO_BV_H
#define CVC5__PREPROCESSING__PASSES__INT_TO_BV_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback