~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_format.cc

Removed global.h. Fixed all the headers.
Also fixed headers to allow for some out of tree builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
16
#include "mysys/mysys_priv.h"
 
17
 
 
18
#include <fcntl.h>
 
19
 
 
20
#ifdef HAVE_SYS_STAT_H
 
21
# include <sys/stat.h>
 
22
#endif
 
23
 
 
24
#include <algorithm>
 
25
 
17
26
#include <mystrings/m_string.h>
18
27
 
19
 
#include <algorithm>
20
 
 
21
28
using namespace std;
22
29
 
23
30
/*