diff options
| author | 2020-02-02 17:07:34 +0000 | |
|---|---|---|
| committer | 2020-02-02 20:32:49 +0000 | |
| commit | aed712ba8e087232fcd9f71db4311687a7ce4398 (patch) | |
| tree | fe06900c63293fabab60faf863bf97a390a0df20 /src/inspircd.cpp | |
| parent | Fix GitHub Actions building on macOS. (diff) | |
| download | inspircd++-aed712ba8e087232fcd9f71db4311687a7ce4398.tar.gz inspircd++-aed712ba8e087232fcd9f71db4311687a7ce4398.tar.bz2 inspircd++-aed712ba8e087232fcd9f71db4311687a7ce4398.zip | |
Make loading modules considerably more robust and user friendly.
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index dea4b4575..e2d3f8dff 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -36,7 +36,6 @@ #ifndef _WIN32 #include <unistd.h> #include <sys/resource.h> - #include <dlfcn.h> #include <getopt.h> #include <pwd.h> // setuid #include <grp.h> // setgid |
