X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_check.cpp;h=ba6f65673df971f5d9884867a3059ae1e6b47365;hb=02c6ce1ad09a7471a6b03dc00bac4b843d157489;hp=d12513af906bc98526e401f45cdb0f7a20b37623;hpb=9cf56d917d92959701694477f7944d45ad2c38ed;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp index d12513af9..ba6f65673 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -11,10 +11,10 @@ * --------------------------------------------------- */ +#include "inspircd.h" #include "users.h" #include "channels.h" #include "modules.h" -#include "inspircd.h" #include "wildcard.h" /* $ModDesc: Provides the /check command to retrieve information on a user, channel, or IP address */