rbutil: move extern "C" declaration into mkamsboot.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22319 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Wenger 2009-08-15 14:09:05 +00:00
parent f4e2d83f04
commit cb55d5c65f
2 changed files with 9 additions and 4 deletions

View file

@ -21,10 +21,7 @@
#include "bootloaderinstallbase.h"
#include "bootloaderinstallams.h"
extern "C"
{
#include "../mkamsboot/mkamsboot.h"
};
#include "../mkamsboot/mkamsboot.h"
BootloaderInstallAms::BootloaderInstallAms(QObject *parent)
: BootloaderInstallBase(parent)