]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo...
authorMike Stump <mrs@gcc.gnu.org>
Thu, 10 Feb 2005 19:21:33 +0000 (19:21 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 10 Feb 2005 19:21:33 +0000 (19:21 +0000)
From-SVN: r94843

libstdc++-v3/libsupc++/del_op.cc

index 241dda32fd9d36a9218ff69fa0c05eb735f1c14e..8f0b3f85b4358a10e5d0d2b3f69e2ffd5c90991e 100644 (file)
 // the GNU General Public License.
 
 #include "new"
+#include <bits/c++config.h>
 #if _GLIBCXX_HOSTED
 #include <cstdlib>
 #endif
-#include <bits/c++config.h>
 
 #if _GLIBCXX_HOSTED
 using std::free;