X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_clearcache.cpp;h=333593425d8ba99c3017ccd727149f6dce2a4bbb;hb=9422f4157ccff0482cd70105ada3bd9325455eaa;hp=df1bd53427f5a4d8a316eed9ce61b2c5efa51c80;hpb=59bff82d237cc6f5010114019d5808a5c5dd0235;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_clearcache.cpp b/src/cmd_clearcache.cpp index df1bd5342..333593425 100644 --- a/src/cmd_clearcache.cpp +++ b/src/cmd_clearcache.cpp @@ -11,11 +11,10 @@ * --------------------------------------------------- */ -#include "configreader.h" -#include "users.h" +#include "inspircd.h" #include "commands/cmd_clearcache.h" -extern "C" command_t* init_command(InspIRCd* Instance) +extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_clearcache(Instance); }