diff options
Diffstat (limited to 'src/modules/m_taxonomy.cpp')
-rw-r--r-- | src/modules/m_taxonomy.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/m_taxonomy.cpp b/src/modules/m_taxonomy.cpp index 9fb38d98e..413218082 100644 --- a/src/modules/m_taxonomy.cpp +++ b/src/modules/m_taxonomy.cpp @@ -11,11 +11,10 @@ * --------------------------------------------------- */ -#include <stdio.h> +#include "inspircd.h" #include "users.h" #include "channels.h" #include "modules.h" -#include "inspircd.h" /* $ModDesc: Provides the /TAXONOMY command, used to view all metadata attached to a user */ |