diff options
| author | 2022-09-03 14:26:31 +0100 | |
|---|---|---|
| committer | 2022-09-03 15:48:34 +0100 | |
| commit | 57184334322233774a77827eed49811f75f4954c (patch) | |
| tree | b54594b87df27e345df95c462191fa1ab4f72c36 /src/modules.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
Clean up the Windows build process and remove some legacy code.
Diffstat (limited to 'src/modules.cpp')
| -rw-r--r-- | src/modules.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index 1c6257dcf..80878a55f 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -33,14 +33,13 @@ #include <iostream> +#include <rang/rang.hpp> + #include "inspircd.h" #include "exitcodes.h" #include "dynamic.h" #include "utility/map.h" -// Needs to be included after inspircd.h to avoid reincluding winsock. -#include <rang/rang.hpp> - static insp::intrusive_list<dynamic_reference_base>* dynrefs = nullptr; void dynamic_reference_base::reset_all() |
