changed Makefile; build all commands as an own file
[NeonServV5.git] / DBHelper.h
index af4cc326f6761da8414ce2a54174b0b41278b54e..83780405d1bcb6b51f7ebb4d84c1c3fd51f4293f 100644 (file)
@@ -2,8 +2,8 @@
 #define _DBHelper_h
 
 #include "main.h"
-#include "ChanNode.h"
-#include "UserNode.h"
+struct UserNode;
+struct ChanNode;
 
 #define DB_CHANUSER_SUSPENDED 0x01
 #define DB_CHANUSER_AUTOINVITE 0x02