diff options
-rw-r--r-- | Source/kwsys/testAutoPtr.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/kwsys/testAutoPtr.cxx b/Source/kwsys/testAutoPtr.cxx index 2eb0dad..5f2c6e1 100644 --- a/Source/kwsys/testAutoPtr.cxx +++ b/Source/kwsys/testAutoPtr.cxx @@ -11,12 +11,12 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#include "kwsysPrivate.h" -#include KWSYS_HEADER(auto_ptr.hxx) #ifdef __BORLANDC__ # pragma warn -8027 /* 'for' not inlined. */ # pragma warn -8026 /* exception not inlined. */ #endif +#include "kwsysPrivate.h" +#include KWSYS_HEADER(auto_ptr.hxx) // Work-around CMake dependency scanning limitation. This must // duplicate the above list of headers. #if 0 |