aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-03 14:21:01 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-04 00:31:22 +0200
commit62bf296a9c0f5be492f0677ed111b3fa217f4c11 (patch)
treef49564b3d70a12ee4e16e84c4e4e33a2adce1133 /include
parent92b692466f7a4dbf4e51e6a77713c029a3e18ab1 (diff)
downloadqpdf-62bf296a9c0f5be492f0677ed111b3fa217f4c11.tar.zst
Make assert handling less error-prone
Prevent my future self or other contributors from using assert in tests and then having that assert not do anything because of the NDEBUG macro.
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QIntC.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qpdf/QIntC.hh b/include/qpdf/QIntC.hh
index ce2f47e9..dadc7582 100644
--- a/include/qpdf/QIntC.hh
+++ b/include/qpdf/QIntC.hh
@@ -24,7 +24,6 @@
#include <qpdf/DLL.h>
#include <qpdf/Types.h>
-#include <cassert>
#include <iostream>
#include <limits>
#include <locale>