diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-09-13 22:22:56 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-09-13 22:22:56 +0000 |
commit | dea85d3bd6f876b70cc5228246615c4e82d68ad1 (patch) | |
tree | e6b9f5a43f5520384dfb272bc1a9de73023a4efa /tests/IOStream_Test.cpp | |
parent | 8bfeac1c4e4c46326c7f44ffb9387b2f452a83ed (diff) | |
download | ATCD-dea85d3bd6f876b70cc5228246615c4e82d68ad1.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/IOStream_Test.cpp')
-rw-r--r-- | tests/IOStream_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/IOStream_Test.cpp b/tests/IOStream_Test.cpp index 14d0010906f..d978c3c1932 100644 --- a/tests/IOStream_Test.cpp +++ b/tests/IOStream_Test.cpp @@ -17,12 +17,12 @@ // // ============================================================================ +#include "test_config.h" #include "ace/Thread.h" #include "ace/Acceptor.h" #include "ace/SOCK_Connector.h" #include "ace/SOCK_Acceptor.h" #include "ace/IOStream.h" -#include "test_config.h" #if !defined (ACE_LACKS_ACE_IOSTREAM) |