From d23ea58f6eac4e23783ea9a7bb53d8bfdad2303c Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 15 Apr 2019 15:37:45 +0200 Subject: Removed not needed include * TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h: --- TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h | 4 +--- 1 file changed, 1 insertion(+), 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_; -- cgit v1.2.1