remove the unicode.h include from files that don't use it.

This commit is contained in:
Enno Rehling 2016-10-05 16:43:14 +02:00
parent e79b36bc36
commit 5fe0503cd8
5 changed files with 0 additions and 5 deletions

View file

@ -70,7 +70,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <util/rand.h>
#include <util/rng.h>
#include <util/translation.h>
#include <util/unicode.h>
#include <util/umlaut.h>
#include <util/xml.h>

View file

@ -49,7 +49,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <util/resolve.h>
#include <util/rng.h>
#include <util/variant.h>
#include <util/unicode.h>
#include <attributes/otherfaction.h>

View file

@ -69,7 +69,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <util/resolve.h>
#include <util/rng.h>
#include <util/umlaut.h>
#include <util/unicode.h>
#include <quicklist.h>
#include <stream.h>

View file

@ -3,7 +3,6 @@
#include <kernel/faction.h>
#include <kernel/race.h>
#include <util/language.h>
#include <util/unicode.h>
#include <util/log.h>
#include <util/base36.h>
#include <util/log.h>

View file

@ -61,7 +61,6 @@ without prior permission by the authors of Eressea.
#include <util/language.h>
#include <util/message.h>
#include <quicklist.h>
#include <util/unicode.h>
#include <util/xml.h>
#ifdef USE_LIBXML2