diff options
Diffstat (limited to 'BuildTools')
-rwxr-xr-x | BuildTools/CheckHeaders.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BuildTools/CheckHeaders.py b/BuildTools/CheckHeaders.py index ce907c5..274a760 100755 --- a/BuildTools/CheckHeaders.py +++ b/BuildTools/CheckHeaders.py @@ -6,8 +6,8 @@ FORBIDDEN_INCLUDES = [ ("iostream", ["Swiften/Base/format.h"]), ("Base/Log.h", []), ("Base/format.h", []), - ("algorithm", ["Swiften/Base/Algorithm.h", "Swiften/Base/SafeAllocator.h"]), - ("boost/bind.hpp", []), + ("algorithm", ["Swiften/Base/Algorithm.h", "Swiften/Base/SafeAllocator.h", "Swiften/Base/Listenable.h"]), + ("boost/bind.hpp", ["Swiften/Base/Listenable.h"]), ("boost/filesystem.hpp", []), ("Base/foreach.h", []), ("boost/date_time/date_time.hpp", []), |