decoder/gme: fix include

Broken since commit 08f77c2b60
This commit is contained in:
Max Kellermann 2018-10-07 22:33:41 +02:00
parent 6c40a27809
commit 030e603940
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include "config.h"
#include "GmeDecoderPlugin.hxx"
#include "../DecoderAPI.hxx"
#include "config/Block.cxx"
#include "config/Block.hxx"
#include "CheckAudioFormat.hxx"
#include "song/DetachedSong.hxx"
#include "tag/Handler.hxx"