diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-13 23:58:56 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-13 23:58:56 +0000 |
commit | de917994f88cb76f54605d440d05bee538a267e8 (patch) | |
tree | 4509be8cbb0bc84778625aac3f05981b37d583a6 | |
parent | d3d64c27b199622c90075d6f59dd08e44acbb378 (diff) |
Fix CMake build generation, it was getting into an infinite loop due to the include of services.h inside of regchannel.h, will not happen now.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2561 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | include/regchannel.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/regchannel.h b/include/regchannel.h index 247371f05..416d58f74 100644 --- a/include/regchannel.h +++ b/include/regchannel.h @@ -9,8 +9,6 @@ * */ -#include "services.h" - class CoreExport ChannelInfo : public Extensible { private: @@ -280,7 +278,7 @@ class CoreExport ChannelInfo : public Extensible { return true; } - + return false; } |