summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith_private.h
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2020-11-19 11:30:52 -0800
committerGitHub <noreply@github.com>2020-11-19 11:30:52 -0800
commit0d949be444e52f42de4f920d71512c95ff96666d (patch)
treee0fb946c294eb4f1365ac8a890997c964bbfa28c /src/theory/arith/theory_arith_private.h
parentf172b30bfe18a24416fd61f4aa5ce3dea583296e (diff)
Include stddef.h (needed for size_t) in cvc4_public.h (#5476)
This further removes obsolete explicit includes of stdint.h.
Diffstat (limited to 'src/theory/arith/theory_arith_private.h')
-rw-r--r--src/theory/arith/theory_arith_private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/arith/theory_arith_private.h b/src/theory/arith/theory_arith_private.h
index 3abf17c3d..31435221f 100644
--- a/src/theory/arith/theory_arith_private.h
+++ b/src/theory/arith/theory_arith_private.h
@@ -17,8 +17,6 @@
#pragma once
-#include <stdint.h>
-
#include <map>
#include <queue>
#include <vector>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback