Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / sdk / include / c++ / stlport / complex
diff --git a/reactos/sdk/include/c++/stlport/complex b/reactos/sdk/include/c++/stlport/complex
deleted file mode 100644 (file)
index 445c7ff..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-/*\r
- * Copyright (c) 1999\r
- * Silicon Graphics Computer Systems, Inc.\r
- *\r
- * Copyright (c) 1999\r
- * Boris Fomitchev\r
- *\r
- * This material is provided "as is", with absolutely no warranty expressed\r
- * or implied. Any use is at your own risk.\r
- *\r
- * Permission to use or copy this software for any purpose is hereby granted\r
- * without fee, provided the above notices are retained on all copies.\r
- * Permission to modify the code and to distribute modified code is granted,\r
- * provided the above notices are retained, and a notice that the code was\r
- * modified is included with the above copyright notice.\r
- *\r
- */\r
-\r
-#ifndef _STLP_COMPLEX\r
-\r
-#ifndef _STLP_OUTERMOST_HEADER_ID\r
-#  define _STLP_OUTERMOST_HEADER_ID 0x10\r
-#  define _STLP_COMPLEX\r
-#  include <stl/_prolog.h>\r
-#endif\r
-\r
-#if (_STLP_OUTERMOST_HEADER_ID == 0x10)\r
-// This header declares the template class complex, as described in\r
-// in the C++ Standard.  Single-precision complex numbers\r
-// are complex<float>, double-precision are complex<double>, and\r
-// quad precision are complex<long double>.\r
-\r
-// Note that the template class complex is declared within namespace\r
-// std, as called for by the draft C++ standard\r
-#  ifndef _STLP_INTERNAL_COMPLEX\r
-#    include <stl/_complex.h>\r
-#  endif\r
-#endif\r
-\r
-#if (_STLP_OUTERMOST_HEADER_ID != 0x10) || defined (_STLP_IMPORT_VENDOR_STD)\r
-#  if defined (_STLP_HAS_INCLUDE_NEXT)\r
-#    include_next <complex>\r
-#  else\r
-#    include _STLP_NATIVE_HEADER(complex)\r
-#  endif\r
-#endif\r
-\r
-#if (_STLP_OUTERMOST_HEADER_ID ==  0x10 )\r
-#  include <stl/_epilog.h>\r
-#  undef _STLP_OUTERMOST_HEADER_ID\r
-#endif\r
-\r
-#endif /* _STLP_COMPLEX */\r
-\r
-// Local Variables:\r
-// mode:C++\r
-// End:\r