diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-04 10:13:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-04 10:13:41 +0100 |
| commit | 6bc12a2eeb9c84a539688f2f7eb876e3ea278a9f (patch) | |
| tree | 80339d65a1c1d6bfefc5ad164617f9b589220b10 /src/lib/encoder.cc | |
| parent | d0c2e5d14224e0d1058a9b7058f88e6b32dc8e6f (diff) | |
Split playlist files up; fix build.
Diffstat (limited to 'src/lib/encoder.cc')
| -rw-r--r-- | src/lib/encoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc index a41ebec51..2a8d8cc16 100644 --- a/src/lib/encoder.cc +++ b/src/lib/encoder.cc @@ -37,7 +37,7 @@ #include "format.h" #include "cross.h" #include "writer.h" -#include "playlist.h" +#include "player.h" #include "i18n.h" |
