diff options
author | Max Kellermann <max@duempel.org> | 2013-01-02 19:52:57 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-02 20:22:59 +0100 |
commit | b715e522cff7109c370e66d29ba22340c9259c52 (patch) | |
tree | abda37d8d414592c59f8f875a3b1b439c5d81725 /src/PlaylistSave.hxx | |
parent | 4b0b8315a918be5ad92d5aeb0c7df6d28966b951 (diff) |
db_save, state_file: convert to C++
Diffstat (limited to 'src/PlaylistSave.hxx')
-rw-r--r-- | src/PlaylistSave.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PlaylistSave.hxx b/src/PlaylistSave.hxx index 20b2ca425..ff5f0c494 100644 --- a/src/PlaylistSave.hxx +++ b/src/PlaylistSave.hxx @@ -22,7 +22,6 @@ #include "playlist_error.h" -#include <stdbool.h> #include <stdio.h> struct song; |