From f8bdaa778c1eaa5ebfbf9cede08863e923095989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Tue, 10 May 2011 22:28:06 +0200 Subject: Don't add CompressionLayer.h to Swiften.h. diff --git a/Swiften/SConscript b/Swiften/SConscript index 244022c..c9c8d56 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -386,7 +386,7 @@ if env["SCONS_STAGE"] == "build" : continue # Specific headers we don't want to globally include - if file == "Swiften.h" or file == "foreach.h" or file == "Log.h" or file == "format.h" : + if file == "Swiften.h" or file == "foreach.h" or file == "Log.h" or file == "format.h" or file == "CompressionLayer.h": continue swiften_header += "#include <" + include + ">\n" swiften_includes.append(include) -- cgit v0.10.2-6-g49f6