Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / ACE / apps / JAWS / stress_testing / global.h
blobb8ec2700295515638bee474bb6676be538a37894
1 #include "ace/ACE.h"
3 #if !defined (ACE_LACKS_PRAGMA_ONCE)
4 # pragma once
5 #endif /* ACE_LACKS_PRAGMA_ONCE */
7 #include "ace/SOCK_Acceptor.h"
8 #include "ace/SOCK_Connector.h"
9 #include "ace/Pipe.h"
10 #include "ace/SOCK_Stream.h"
11 #include "ace/INET_Addr.h"
12 #include "ace/Profile_Timer.h"
13 #include "ace/Thread.h"
14 #include "ace/Thread_Manager.h"
15 #include "ace/Service_Config.h"
17 // FUZZ: disable check_for_math_include
18 #include <math.h>