summaryrefslogtreecommitdiff
path: root/src/core/network
diff options
context:
space:
mode:
authorGravatar ameerj2021-11-03 21:21:01 -0400
committerGravatar ameerj2021-11-03 21:42:57 -0400
commit7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f (patch)
tree83b16c8a012bef41e6f30a64114da8d01895eeb2 /src/core/network
parentMerge pull request #7278 from Morph1984/svc-num-handles (diff)
downloadyuzu-7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f.tar.gz
yuzu-7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f.tar.xz
yuzu-7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f.zip
core: Remove unused 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"