From 59ff67acd73239c0063fa4ea5e0e789fd2223995 Mon Sep 17 00:00:00 2001 From: Nikolaj Schlej Date: Sat, 3 May 2014 16:53:27 +0200 Subject: [PATCH] UEFIExtract 0.2.1 - removed unneeded header file from uefiextract.pro --- UEFIExtract/uefiextract.pro | 1 - ffsengine.cpp | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) 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 +} +