diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-03-05 00:18:18 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-03-05 00:18:18 +0000 |
commit | 588c684b01caabf0c66c76088c85f686a04859cd (patch) | |
tree | 6170d21257f73a28bca16c75952fdf44e041718c /TAO | |
parent | 8938a8880aa0d22eaed6cb96529e7affc4b4953a (diff) | |
download | ATCD-588c684b01caabf0c66c76088c85f686a04859cd.tar.gz |
ChangeLogTag:Sun Mar 04 16:01:50 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/tao/RTCORBAC.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/tao/RTCORBAC.cpp b/TAO/tao/RTCORBAC.cpp index 5ee8767c750..765967945c0 100644 --- a/TAO/tao/RTCORBAC.cpp +++ b/TAO/tao/RTCORBAC.cpp @@ -23,13 +23,8 @@ #if (TAO_HAS_RT_CORBA == 1) -#include "tao/TAOS.h" #include "tao/Typecode.h" -#if TAO_HAS_INTERCEPTORS == 1 -#include "tao/RequestInfo_Util.h" -#endif /* TAO_HAS_INTERCEPTORS == 1 */ - #if defined (__BORLANDC__) #pragma option -w-rvl -w-rch -w-ccc -w-aus #endif /* __BORLANDC__ */ |