diff options
| author | 2021-03-05 09:54:26 +0000 | |
|---|---|---|
| committer | 2021-03-05 09:54:26 +0000 | |
| commit | e76b208ce8389cc7f20e95cefe34b8b0ace308db (patch) | |
| tree | 9ad750dd432154f822e64ba6b6e42b327157a25a /src/base.cpp | |
| parent | Remove unnecessary prefix from socketengine source files. (diff) | |
| parent | Fix a bunch of really obvious unnecessary includes. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/base.cpp')
| -rw-r--r-- | src/base.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/base.cpp b/src/base.cpp index 063457b8b..256979286 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -25,7 +25,6 @@ #include "inspircd.h" #include "base.h" -#include <time.h> // This trick detects heap allocations of refcountbase objects static void* last_heap = NULL; |
