summaryrefslogtreecommitdiff
path: root/src/options/options_template.cpp
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/options/options_template.cpp
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/options/options_template.cpp')
-rw-r--r--src/options/options_template.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/options/options_template.cpp b/src/options/options_template.cpp
index 8208da58b..af74fd31e 100644
--- a/src/options/options_template.cpp
+++ b/src/options/options_template.cpp
@@ -36,7 +36,6 @@ extern int optreset;
#include <unistd.h>
#include <string.h>
-#include <stdint.h>
#include <time.h>
#include <cstdio>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback