summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-09-07 12:31:20 -0700
committerGitHub <noreply@github.com>2018-09-07 12:31:20 -0700
commit564f61f602b407e0598be762923853042a0e4aab (patch)
tree5db1d0894573004b350a88d4833a75e436006cc6 /src/options
parent484bbecf7b0106c0ab5478df326fe62dc866f5fd (diff)
Replace boost::integer_traits with std::numeric_limits. (#2439)
Further, remove redundant gmp.h include in options_handler.cpp.
Diffstat (limited to 'src/options')
-rw-r--r--src/options/options_handler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/options/options_handler.cpp b/src/options/options_handler.cpp
index 8abe8d541..22d944e4c 100644
--- a/src/options/options_handler.cpp
+++ b/src/options/options_handler.cpp
@@ -29,7 +29,6 @@
#include "base/modal_exception.h"
#include "base/output.h"
#include "lib/strtok_r.h"
-#include "gmp.h"
#include "options/arith_heuristic_pivot_rule.h"
#include "options/arith_propagation_mode.h"
#include "options/arith_unate_lemma_mode.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback