Skip to content
Snippets Groups Projects
Commit 852c0fd3 authored by hjk's avatar hjk Committed by hjk
Browse files

analyzer: compile fix


Change-Id: I7da6e5e641973378be2af4e6e16c01bd725c328e
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent 3768dc02
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@
**************************************************************************/
#include "suppressiondialog.h"
#include "ui_suppressiondialog.h"
#include "memcheckerrorview.h"
#include "valgrindsettings.h"
......@@ -53,7 +52,12 @@
#include <utils/qtcassert.h>
#include <QtCore/QFile>
#include <QtGui/QDialogButtonBox>
#include <QtGui/QFormLayout>
#include <QtGui/QPushButton>
#include <QtGui/QLabel>
#include <QtGui/QPlainTextEdit>
using namespace Analyzer;
using namespace Valgrind::XmlProtocol;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment