diff options
author | Max Kellermann <max@duempel.org> | 2014-01-23 23:49:50 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-23 23:49:50 +0100 |
commit | ea5b901bcce20949a8d1fd622a7b03ff6f56ae20 (patch) | |
tree | ab37a61260fdaafb94b5e54aca54928e00c9cf01 /src/StateFile.cxx | |
parent | f1f19841bdd291c055f59b6603f69278c66366d8 (diff) |
output/*: move to output/plugins/
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 392b3454b..06b7f0779 100644 --- a/src/StateFile.cxx +++ b/src/StateFile.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "StateFile.hxx" -#include "OutputState.hxx" +#include "output/OutputState.hxx" #include "PlaylistState.hxx" #include "fs/TextFile.hxx" #include "Partition.hxx" |