mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Don't use <> but "" for the includes in kickrejoin
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@928 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <Chan.h>
|
||||
#include <User.h>
|
||||
#include "Chan.h"
|
||||
#include "User.h"
|
||||
|
||||
class CRejoinJob: public CTimer {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user