diff options
Diffstat (limited to 'kms++util')
| -rw-r--r-- | kms++util/meson.build | 2 | ||||
| -rw-r--r-- | kms++util/src/testpat.cpp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/kms++util/meson.build b/kms++util/meson.build index ea998f0..e2beed6 100644 --- a/kms++util/meson.build +++ b/kms++util/meson.build @@ -40,7 +40,7 @@ if thread_dep.found() libkmsxxutil_args += [ '-DHAS_PTHREAD' ] endif -libkmsxxutil_deps = [ libkmsxx_dep, libfmt_dep, thread_dep ] +libkmsxxutil_deps = [ libkmsxx_dep, thread_dep ] libkmsxxutil = library('kms++util', libkmsxxutil_sources, diff --git a/kms++util/src/testpat.cpp b/kms++util/src/testpat.cpp index fe0988e..e424103 100644 --- a/kms++util/src/testpat.cpp +++ b/kms++util/src/testpat.cpp @@ -1,6 +1,5 @@ #include <cstring> -#include <fmt/format.h> #include <functional> #include <optional> #include <span> |
