summaryrefslogtreecommitdiff
path: root/PluginControlInterface
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 /PluginControlInterface
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 'PluginControlInterface')
-rw-r--r--PluginControlInterface/test/CAmControlReceiverShadowTest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PluginControlInterface/test/CAmControlReceiverShadowTest.h b/PluginControlInterface/test/CAmControlReceiverShadowTest.h
index 9b31e2e..3d112be 100644
--- a/PluginControlInterface/test/CAmControlReceiverShadowTest.h
+++ b/PluginControlInterface/test/CAmControlReceiverShadowTest.h
@@ -18,7 +18,7 @@
#ifndef CAMCONTROLRECEIVERSHADOWTEST_H_
#define CAMCONTROLRECEIVERSHADOWTEST_H_
-#include <gtest/gtest.h>
+#include "gtest/gtest.h"
#include <gmock/gmock.h>
#include "MockIAmControlReceive.h"
#include "shared/CAmSocketHandler.h"