diff options
Diffstat (limited to 'ace/CORBA_macros.h')
-rw-r--r-- | ace/CORBA_macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/CORBA_macros.h b/ace/CORBA_macros.h index ddf99692569..c06df17bd53 100644 --- a/ace/CORBA_macros.h +++ b/ace/CORBA_macros.h @@ -24,8 +24,8 @@ // Macros for handling CORBA exceptions. #ifndef ACE_CORBA_MACROS_H -#include "ace/pre.h" #define ACE_CORBA_MACROS_H +#include "ace/pre.h" # if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once |