Commit b91c6cbd authored by Stefan Westerfeld's avatar Stefan Westerfeld

Remove remaining mp3.cc/mp3.hh bits.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent 2a60e7da
......@@ -2,7 +2,6 @@
#include "wmcommon.hh"
#include "sfinputstream.hh"
#include "sfoutputstream.hh"
#include "mp3.hh"
#include "mp3inputstream.hh"
#include "rawconverter.hh"
#include "rawoutputstream.hh"
......
#include "mp3.hh"
#include <mpg123.h>
#include <assert.h>
#include <stdio.h>
#include <vector>
using std::vector;
using std::string;
#ifndef AUDIOWMARK_MP3_HH
#define AUDIOWMARK_MP3_HH
#include <string>
#include "wavdata.hh"
#endif /* AUDIOWMARK_MP3_HH */
#include "mp3inputstream.hh"
#include "mp3.hh"
#include <mpg123.h>
#include <assert.h>
......
#include "wavdata.hh"
#include "mp3.hh"
#include "utils.hh"
#include "audiostream.hh"
#include "sfinputstream.hh"
......
......@@ -12,7 +12,6 @@
#include "rawinputstream.hh"
#include "rawoutputstream.hh"
#include "stdoutwavoutputstream.hh"
#include "mp3.hh"
using std::string;
using std::vector;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment