diff options
Diffstat (limited to 'audio/null.cpp')
| -rw-r--r-- | audio/null.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/null.cpp b/audio/null.cpp index 152f5da03e..36c894aa7c 100644 --- a/audio/null.cpp +++ b/audio/null.cpp @@ -17,11 +17,9 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $URL$ - * $Id$ */ +#include "common/error.h" #include "audio/null.h" Common::Error NullMusicPlugin::createInstance(MidiDriver **mididriver, MidiDriver::DeviceHandle) const { |
