diff options
author | Peter Powell <petpow@saberuk.com> | 2017-11-25 13:01:53 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-11-25 13:38:02 +0000 |
commit | fa95bb4b0d5aed9204d469a36946a9839a7ffaa2 (patch) | |
tree | 95ff9727251b1081c5348342b6fde619d346b8aa /include/inspircd.h | |
parent | 6abc789577a86ffcdce8fae81b37f825d9ca4226 (diff) |
Convert the remaining things away from the caller/handler API.
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 00a705dd0..7e9007a1d 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -68,7 +68,6 @@ struct fakederef #include "convto.h" #include "dynref.h" #include "consolecolors.h" -#include "caller.h" #include "cull_list.h" #include "extensible.h" #include "fileutils.h" |