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 | a4f7739e25aacb118526dd45eae76fcb1aee7020 (patch) | |
tree | e6b9f5a43f5520384dfb272bc1a9de73023a4efa /tests/UPIPE_SAP_Test.cpp | |
parent | da2f3321cb339df1a1e2a39e06ddb79de2fd8a89 (diff) | |
download | ATCD-a4f7739e25aacb118526dd45eae76fcb1aee7020.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/UPIPE_SAP_Test.cpp')
-rw-r--r-- | tests/UPIPE_SAP_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/UPIPE_SAP_Test.cpp b/tests/UPIPE_SAP_Test.cpp index 0f1eec5df2f..6d4423a3d73 100644 --- a/tests/UPIPE_SAP_Test.cpp +++ b/tests/UPIPE_SAP_Test.cpp @@ -17,11 +17,11 @@ // // ============================================================================ +#include "test_config.h" #include "ace/Stream.h" #include "ace/UPIPE_Acceptor.h" #include "ace/UPIPE_Connector.h" #include "ace/Service_Config.h" -#include "test_config.h" #if defined (ACE_HAS_THREADS) && (defined (ACE_HAS_STREAM_PIPES) || defined (ACE_WIN32)) |