diff options
author | Max Kellermann <max@musicpd.org> | 2017-04-28 21:42:24 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-04-28 21:42:24 +0200 |
commit | 2a831fa547795d49974d0e2b6fa8f4b797b21a60 (patch) | |
tree | 7e2ce1fd4f7d887b66550320a771579bbc8fa429 /src/StateFile.cxx | |
parent | 4abadc890e3cad81a50630658f642f3ed6944ce1 (diff) |
output/Output*: drop "Output" prefix from source file name
Diffstat (limited to 'src/StateFile.cxx')
-rw-r--r-- | src/StateFile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StateFile.cxx b/src/StateFile.cxx index 7035e0e12..6be355431 100644 --- a/src/StateFile.cxx +++ b/src/StateFile.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "StateFile.hxx" -#include "output/OutputState.hxx" +#include "output/State.hxx" #include "queue/PlaylistState.hxx" #include "fs/io/TextFile.hxx" #include "fs/io/FileOutputStream.hxx" |