diff options
Diffstat (limited to 'src/modules/m_opermotd.cpp')
-rw-r--r-- | src/modules/m_opermotd.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/modules/m_opermotd.cpp b/src/modules/m_opermotd.cpp index f08b287bd..294ea4c2b 100644 --- a/src/modules/m_opermotd.cpp +++ b/src/modules/m_opermotd.cpp @@ -11,13 +11,11 @@ * --------------------------------------------------- */ -#include <stdio.h> +#include "inspircd.h" #include "users.h" #include "channels.h" #include "modules.h" -#include "inspircd.h" - /* $ModDesc: Shows a message to opers after oper-up, adds /opermotd */ static FileReader* opermotd; |