summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2022-11-18 11:34:22 -0600
committerChad Elliott <elliottc@objectcomputing.com>2023-01-05 07:35:10 -0600
commitd613e17b4531f57bc51a7075588daddf9514a2ac (patch)
tree9b764337756c2e2d50e64f9a1d43a96ca0a8983a /TAO
parent6756ee16851ac1daa006f1b30b8987bd03a9c42e (diff)
downloadATCD-d613e17b4531f57bc51a7075588daddf9514a2ac.tar.gz
Corrected #include's
Diffstat (limited to 'TAO')
-rw-r--r--TAO/TAO_IDL/driver/drv_preproc.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/driver/drv_preproc.cpp b/TAO/TAO_IDL/driver/drv_preproc.cpp
index e1638f94bb1..8d2105575b6 100644
--- a/TAO/TAO_IDL/driver/drv_preproc.cpp
+++ b/TAO/TAO_IDL/driver/drv_preproc.cpp
@@ -73,11 +73,10 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "utl_err.h"
#include "ace/Version.h"
-#include "ace/Process_Manager.h"
+#include "ace/Process.h"
#include "ace/SString.h"
#include "ace/Env_Value_T.h"
#include "ace/ARGV.h"
-#include "ace/UUID.h"
#include "ace/Dirent.h"
#include "ace/OS_NS_sys_stat.h"
#include "ace/Truncate.h"