summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-10-20 00:22:53 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-10-20 00:22:53 +0100
commitb4082ce45564d80a357728a600915b40b3f6ba58 (patch)
treeceb7685721cc1bb8bd06ba8f0b373c774e43c94d
parentRefactored semaphore/resource pool (diff)
downloadlibadhocutil-b4082ce45564d80a357728a600915b40b3f6ba58.tar.bz2
libadhocutil-b4082ce45564d80a357728a600915b40b3f6ba58.tar.xz
libadhocutil-b4082ce45564d80a357728a600915b40b3f6ba58.zip
Remove extra tokens from case_less.h IWYU pragma
-rw-r--r--libadhocutil/case_less.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libadhocutil/case_less.h b/libadhocutil/case_less.h
index 2225cd0..05a0d08 100644
--- a/libadhocutil/case_less.h
+++ b/libadhocutil/case_less.h
@@ -1,7 +1,7 @@
#ifndef ADHOCUTIL_CASELESS_H
#define ADHOCUTIL_CASELESS_H
-#include <algorithm> // IWYU pragma: keep std::min
+#include <algorithm> // IWYU pragma: keep
#include <cstring>
namespace AdHoc {