mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Fix some includes all over the place
Make include-what-you-use happy with some files in source and fix what needs to be fixed. Ref: #8086 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
@@ -55,8 +55,12 @@
|
||||
#include <cstring>
|
||||
#include <functional>
|
||||
#include <iterator>
|
||||
#include <js/PropertyAndElement.h>
|
||||
#include <memory>
|
||||
#include <set>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
#if CONFIG2_MINIUPNPC
|
||||
#include <miniupnpc/igd_desc_parse.h>
|
||||
#include <miniupnpc/miniupnpc.h>
|
||||
@@ -64,12 +68,6 @@
|
||||
#include <miniupnpc/upnpdev.h>
|
||||
#include <miniupnpc/upnperrors.h>
|
||||
#endif
|
||||
#include <new>
|
||||
#include <set>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
|
||||
/**
|
||||
* Number of peers to allocate for the enet host.
|
||||
|
||||
Reference in New Issue
Block a user