Changed order of #includes to keep Borland C++ 5.5.1 happy.

[SVN r41252]
This commit is contained in:
John Maddock
2007-11-20 11:18:48 +00:00
parent 6b83bf86aa
commit d3d99ef6f8
3 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,8 @@
#define BOOST_REGEX_SOURCE
#include <cstdio>
#include <boost/cregex.hpp>
#include <boost/regex.hpp>
#include <boost/cregex.hpp>
#if defined(BOOST_NO_STDC_NAMESPACE)
namespace std{