summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceAsync/test
diff options
context:
space:
mode:
authorchristian linke <christian.linke@bmw.de>2012-10-04 15:49:12 +0200
committerchristian linke <christian.linke@bmw.de>2012-10-04 15:49:12 +0200
commitfee37213648f86ca4fd13ed063182e2ce877aacf (patch)
tree93ea8c55512dacbc27e0475004ae71ad0354c371 /PluginRoutingInterfaceAsync/test
parenta579f1ffce998ab2b90d82b9b5e27fea25678a86 (diff)
downloadaudiomanager-fee37213648f86ca4fd13ed063182e2ce877aacf.tar.gz
* change global include for gest.h to local include
Signed-off-by: christian linke <christian.linke@bmw.de>
Diffstat (limited to 'PluginRoutingInterfaceAsync/test')
-rw-r--r--PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.h b/PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.h
index 3dc9ea1..cf6d0a3 100644
--- a/PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.h
+++ b/PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.h
@@ -18,7 +18,7 @@
#ifndef TESTROUTINGINTERFACEASYNC_H_
#define TESTROUTINGINTERFACEASYNC_H_
-#include <gtest/gtest.h>
+#include "gtest/gtest.h"
#include <gmock/gmock.h>
#include "MockIAmRoutingReceive.h"