summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-04-15 15:37:45 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-04-15 15:37:45 +0200
commitd23ea58f6eac4e23783ea9a7bb53d8bfdad2303c (patch)
treebc1f332b7832e4fa0be262ab4b65ad66743297c6
parent6dd22625d702d60cb6d0d0368b7cfc7d849d8425 (diff)
downloadATCD-d23ea58f6eac4e23783ea9a7bb53d8bfdad2303c.tar.gz
Removed not needed include
* TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h:
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h b/TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h
index aeb1f8daf2f..c817a22f08c 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h
+++ b/TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h
@@ -10,7 +10,6 @@
#include "rtec_perf_export.h"
#include "tao/RTCORBA/RTCORBA.h"
#include "tao/RTCORBA/Priority_Mapping_Manager.h"
-#include "ace/Auto_Ptr.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -38,8 +37,7 @@ public:
RTCORBA::Priority process_priority (void) const;
private:
- void setup_lane (int priority, RTCORBA::ThreadpoolLane &lane
- );
+ void setup_lane (int priority, RTCORBA::ThreadpoolLane &lane);
private:
RTCORBA::PriorityMappingManager_var priority_mapping_manager_;