summaryrefslogtreecommitdiff
path: root/src/core/network
diff options
context:
space:
mode:
authorGravatar bunnei2021-11-04 13:56:10 -0700
committerGravatar GitHub2021-11-04 13:56:10 -0700
commitf178a8ef0ce1ba602b0c857ed5993880a74d6a69 (patch)
treee40d64467cd06038d765a0e066a65ff5c2ba8121 /src/core/network
parentMerge pull request #7285 from german77/acc (diff)
parentcore: Fix transitive include build errors (diff)
downloadyuzu-f178a8ef0ce1ba602b0c857ed5993880a74d6a69.tar.gz
yuzu-f178a8ef0ce1ba602b0c857ed5993880a74d6a69.tar.xz
yuzu-f178a8ef0ce1ba602b0c857ed5993880a74d6a69.zip
Merge pull request #7282 from ameerj/core-includes
core: Reduce unused header includes
Diffstat (limited to 'src/core/network')
-rw-r--r--src/core/network/network.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/network/network.h b/src/core/network/network.h
index fdd3e4655..e85df3ab7 100644
--- a/src/core/network/network.h
+++ b/src/core/network/network.h
@@ -6,7 +6,6 @@
6 6
7#include <array> 7#include <array>
8#include <optional> 8#include <optional>
9#include <utility>
10 9
11#include "common/common_funcs.h" 10#include "common/common_funcs.h"
12#include "common/common_types.h" 11#include "common/common_types.h"