*** VERSION 5.4.0 ***
[NeonServV5.git] / src / modules / NeonHelp.mod / cmd_neonhelp.h
index 9a74fbfb7d65625e6cb04580bc6cd81ce9bfaf75..960b627f6ad5162f8308c49a940d803d5df4e133 100644 (file)
@@ -1,4 +1,4 @@
-/* cmd_neonhelp.h - NeonServ v5.3
+/* cmd_neonhelp.h - NeonServ v5.4
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
 #ifndef _cmd_neonhelp_h
 #define _cmd_neonhelp_h
 #include "../module.h"
-#include "main.h"
-#include "modcmd.h"
-#include "mysqlConn.h"
-#include "ClientSocket.h"
-#include "UserNode.h"
-#include "ChanNode.h"
-#include "ChanUser.h"
-#include "DBHelper.h"
-#include "IRCParser.h"
+#include "../../main.h"
+#include "../../modcmd.h"
+#include "../../mysqlConn.h"
+#include "../../ClientSocket.h"
+#include "../../UserNode.h"
+#include "../../ChanNode.h"
+#include "../../ChanUser.h"
+#include "../../DBHelper.h"
+#include "../../IRCParser.h"
 #include "bot_NeonHelp.h"
-#include "lang.h"
-#include "tools.h"
+#include "../../lang.h"
+#include "../../tools.h"
 
 void register_commands();