From 635d6a19efc61fb59fc51fc280f239501bb9c2d4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 15 Dec 2013 18:33:17 +0100 Subject: util/Tokenizer, ...: include cleanup --- src/CommandLine.cxx | 2 -- src/ConfigPath.cxx | 2 -- src/DatabaseSave.cxx | 2 -- src/PlaylistSong.cxx | 2 -- src/system/SocketUtil.cxx | 2 -- src/util/Tokenizer.cxx | 2 -- 6 files changed, 12 deletions(-) (limited to 'src') diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx index c7f10d6b9..58d07ddb7 100644 --- a/src/CommandLine.cxx +++ b/src/CommandLine.cxx @@ -50,8 +50,6 @@ #include "ArchivePlugin.hxx" #endif -#include - #include #include diff --git a/src/ConfigPath.cxx b/src/ConfigPath.cxx index 81db7063f..a2d7c2bb4 100644 --- a/src/ConfigPath.cxx +++ b/src/ConfigPath.cxx @@ -26,8 +26,6 @@ #include "util/Error.hxx" #include "ConfigGlobal.hxx" -#include - #include #include diff --git a/src/DatabaseSave.cxx b/src/DatabaseSave.cxx index 67357a9a9..f41edefda 100644 --- a/src/DatabaseSave.cxx +++ b/src/DatabaseSave.cxx @@ -31,8 +31,6 @@ #include "util/Error.hxx" #include "Log.hxx" -#include - #include #include diff --git a/src/PlaylistSong.cxx b/src/PlaylistSong.cxx index 084f534ad..f016e46b6 100644 --- a/src/PlaylistSong.cxx +++ b/src/PlaylistSong.cxx @@ -30,8 +30,6 @@ #include "util/Error.hxx" #include "Song.hxx" -#include - #include #include diff --git a/src/system/SocketUtil.cxx b/src/system/SocketUtil.cxx index 9c4002386..ae98f33ff 100644 --- a/src/system/SocketUtil.cxx +++ b/src/system/SocketUtil.cxx @@ -22,8 +22,6 @@ #include "SocketError.hxx" #include "fd_util.h" -#include - #include #ifndef WIN32 diff --git a/src/util/Tokenizer.cxx b/src/util/Tokenizer.cxx index c9eb3949e..a57f5b20c 100644 --- a/src/util/Tokenizer.cxx +++ b/src/util/Tokenizer.cxx @@ -24,8 +24,6 @@ #include "Error.hxx" #include "Domain.hxx" -#include - static constexpr Domain tokenizer_domain("tokenizer"); static inline bool -- cgit v1.2.3