summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2023-01-06 07:07:54 -0600
committerChad Elliott <elliottc@objectcomputing.com>2023-01-06 07:07:54 -0600
commit309f09e15602b400dcf1947422b4029bd32a5b03 (patch)
tree0b29f36734abef6458d64883fe0d2a4a5ad80403 /TAO
parentc6c1d9fb31c534a27fe492ad35fc71ccc7fb655c (diff)
downloadATCD-309f09e15602b400dcf1947422b4029bd32a5b03.tar.gz
Removed unnecessary includes and added necessary ones.
Diffstat (limited to 'TAO')
-rw-r--r--TAO/TAO_IDL/fe/fe_extern.cpp2
-rw-r--r--TAO/TAO_IDL/fe/fe_init.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/fe/fe_extern.cpp b/TAO/TAO_IDL/fe/fe_extern.cpp
index 5f791a4c82a..8ac504dda9e 100644
--- a/TAO/TAO_IDL/fe/fe_extern.cpp
+++ b/TAO/TAO_IDL/fe/fe_extern.cpp
@@ -74,7 +74,7 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "ast_root.h"
-#include "ace/UUID.h"
+#include "ace/OS_NS_stdio.h"
extern int tao_yyparse ();
diff --git a/TAO/TAO_IDL/fe/fe_init.cpp b/TAO/TAO_IDL/fe/fe_init.cpp
index e8989d15298..dd8e162edbd 100644
--- a/TAO/TAO_IDL/fe/fe_init.cpp
+++ b/TAO/TAO_IDL/fe/fe_init.cpp
@@ -63,7 +63,6 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
*/
#include "ace/Env_Value_T.h"
-#include "ace/UUID.h"
#include "utl_scoped_name.h"
#include "utl_identifier.h"