Skip to content

Commit

Permalink
util/ShallowCopy: rename header to TagStructs.hxx
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Jan 23, 2025
1 parent f72e1ce commit bc0a8df
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/ResourceAddress.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#pragma once

#include "util/ShallowCopy.hxx"
#include "util/TagStructs.hxx"

#include <cassert>
#include <cstddef>
Expand Down
2 changes: 1 addition & 1 deletion src/cluster/AddressList.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include "StickyMode.hxx"
#include "net/SocketAddress.hxx"
#include "util/ShallowCopy.hxx"
#include "util/TagStructs.hxx"

#include <cassert>
#include <span>
Expand Down
2 changes: 1 addition & 1 deletion src/http/local/Address.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include "spawn/ChildOptions.hxx"
#include "adata/ExpandableStringList.hxx"
#include "util/ShallowCopy.hxx"
#include "util/TagStructs.hxx"

#include <string_view>

Expand Down
2 changes: 1 addition & 1 deletion src/net/NetworkList.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#pragma once

#include "util/IntrusiveForwardList.hxx"
#include "util/ShallowCopy.hxx"
#include "util/TagStructs.hxx"

#include <cstdint>

Expand Down
2 changes: 1 addition & 1 deletion src/strmap.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#pragma once

#include "util/IntrusiveHashArrayTrie.hxx"
#include "util/ShallowCopy.hxx"
#include "util/TagStructs.hxx"
#include "util/djb_hash.hxx"

#include <utility>
Expand Down

0 comments on commit bc0a8df

Please sign in to comment.