diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-04-02 19:09:45 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-04-02 19:09:45 +0000 |
| commit | 135e46debf3795ca09a32edf2b067f8401dea1e1 (patch) | |
| tree | db700a3dca45e7a715f93427af8a1d3bab88efce /src/plugins/Input/gme/gmehelper.h | |
| parent | 03691f84bc4f919762b4804cda79430ea5f46e7c (diff) | |
| download | qmmp-135e46debf3795ca09a32edf2b067f8401dea1e1.tar.gz qmmp-135e46debf3795ca09a32edf2b067f8401dea1e1.tar.bz2 qmmp-135e46debf3795ca09a32edf2b067f8401dea1e1.zip | |
gme plugin: removed internal api usage
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2145 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/gme/gmehelper.h')
| -rw-r--r-- | src/plugins/Input/gme/gmehelper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/gme/gmehelper.h b/src/plugins/Input/gme/gmehelper.h index bb90abc16..e1a98333d 100644 --- a/src/plugins/Input/gme/gmehelper.h +++ b/src/plugins/Input/gme/gmehelper.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2010 by Ilya Kotov * + * Copyright (C) 2010-2011 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -23,7 +23,7 @@ #include <QString> #include <QList> -#include <gme/Music_Emu.h> +#include <gme/gme.h> #include <qmmp/fileinfo.h> /** |
