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 b599099..8d20f4e 100755 --- a/BuildTools/CheckHeaders.py +++ b/BuildTools/CheckHeaders.py | |||
| @@ -4,12 +4,12 @@ import os, sys | |||
| 4 | 4 | ||
| 5 | FORBIDDEN_INCLUDES = [ | 5 | FORBIDDEN_INCLUDES = [ |
| 6 | ("iostream", ["Swiften/Base/format.h"]), | 6 | ("iostream", ["Swiften/Base/format.h"]), |
| 7 | ("Base/Log.h", []), | 7 | ("Base/Log.h", []), |
| 8 | ("Base/format.h", []), | 8 | ("Base/format.h", []), |
| 9 | ("algorithm", ["Swiften/Base/Algorithm.h", "Swiften/Base/SafeAllocator.h", "Swiften/Base/Listenable.h"]), | 9 | ("algorithm", ["Swiften/Base/Algorithm.h", "Swiften/Base/SafeAllocator.h", "Swiften/Base/Listenable.h", "Swiften/Base/Concat.h"]), |
| 10 | ("boost/bind.hpp", ["Swiften/Base/Listenable.h"]), | 10 | ("boost/bind.hpp", ["Swiften/Base/Listenable.h", "Swiften/FileTransfer/S5BTransportSession.h"]), |
| 11 | ("boost/filesystem.hpp", []), | 11 | ("boost/filesystem.hpp", []), |
| 12 | ("Base/foreach.h", []), | 12 | ("Base/foreach.h", []), |
| 13 | ("boost/date_time/date_time.hpp", []), | 13 | ("boost/date_time/date_time.hpp", []), |
| 14 | ("boost/filesystem/filesystem.hpp", []), | 14 | ("boost/filesystem/filesystem.hpp", []), |
| 15 | 15 | ||
Swift