Fix header path in valgrind plugin.

analyzerconstants is part of the analyzerbase plugin.
This fix building the valgrind tests.

Change-Id: I298fd08b456bd49bbeb12df4f2bb878e8452f76d
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Nicolas Arnaud-Cormos
2012-01-09 21:00:22 +01:00
committed by hjk
parent ec4cbc958b
commit 5873e52ada

View File

@@ -35,7 +35,7 @@
#ifndef VALGRIND_RUNNER_H #ifndef VALGRIND_RUNNER_H
#define VALGRIND_RUNNER_H #define VALGRIND_RUNNER_H
#include "analyzerconstants.h" #include <analyzerbase/analyzerconstants.h>
#include <utils/outputformat.h> #include <utils/outputformat.h>
#include <utils/ssh/sshconnection.h> #include <utils/ssh/sshconnection.h>