summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/AmRoutingInterfaceTest
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 /AudioManagerDaemon/test/AmRoutingInterfaceTest
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 'AudioManagerDaemon/test/AmRoutingInterfaceTest')
-rw-r--r--AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.h b/AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.h
index aac5b1e..c8c2180 100644
--- a/AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.h
+++ b/AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.h
@@ -21,7 +21,7 @@
#ifndef ROUTINGINTERFACETEST_H_
#define ROUTINGINTERFACETEST_H_
-#include <gtest/gtest.h>
+#include "gtest/gtest.h"
#include <gmock/gmock.h>
#include <algorithm>
#include <string>