aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/css/css_value.cxx
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2024-07-01 15:20:05 +0100
committerVsevolod Stakhov <vsevolod@rspamd.com>2024-07-01 15:20:05 +0100
commit19299911dc7b951fa9649b918a661026a5d0e450 (patch)
tree9e75ffa06229cb89a41717570e65d37467656ae6 /src/libserver/css/css_value.cxx
parent6862a6bff243d5b57fb64e8ece97f65c6cc9ac16 (diff)
downloadrspamd-19299911dc7b951fa9649b918a661026a5d0e450.tar.gz
rspamd-19299911dc7b951fa9649b918a661026a5d0e450.zip
[Rework] Update fmt to version 11
Diffstat (limited to 'src/libserver/css/css_value.cxx')
-rw-r--r--src/libserver/css/css_value.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libserver/css/css_value.cxx b/src/libserver/css/css_value.cxx
index 2546e0159..f2ff55363 100644
--- a/src/libserver/css/css_value.cxx
+++ b/src/libserver/css/css_value.cxx
@@ -1,11 +1,11 @@
-/*-
- * Copyright 2021 Vsevolod Stakhov
+/*
+ * Copyright 2024 Vsevolod Stakhov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -20,7 +20,7 @@
#include "frozen/string.h"
#include "libutil/util.h"
#include "contrib/ankerl/unordered_dense.h"
-#include "fmt/core.h"
+#include "fmt/base.h"
#define DOCTEST_CONFIG_IMPLEMENTATION_IN_DLL
#include "doctest/doctest.h"