diff --git a/UEFIExtract/uefiextract.pro b/UEFIExtract/uefiextract.pro index ebf542d..5f83e00 100644 --- a/UEFIExtract/uefiextract.pro +++ b/UEFIExtract/uefiextract.pro @@ -32,7 +32,6 @@ HEADERS += uefiextract.h \ ../ffsengine.h \ ../treeitem.h \ ../treemodel.h \ - ../messagelistitem.h \ ../LZMA/LzmaCompress.h \ ../LZMA/LzmaDecompress.h \ ../Tiano/EfiTianoDecompress.h \ diff --git a/ffsengine.cpp b/ffsengine.cpp index 0c8d4b9..a3fa9b9 100644 --- a/ffsengine.cpp +++ b/ffsengine.cpp @@ -3196,4 +3196,5 @@ UINT8 FfsEngine::dump(const QModelIndex & index, const QString path) } return ERR_SUCCESS; -} \ No newline at end of file +} +