Commit 905a548e authored by serg@serg.mylan's avatar serg@serg.mylan

no unnecessary includes (Intel ecc 7.0 compatibility fix)

parent 6985f346
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
with gcc 3.0.x to avoid including libstdc++ with gcc 3.0.x to avoid including libstdc++
*/ */
#include "mysys_priv.h" #ifdef USE_MYSYS_NEW
#ifdef USE_MYSYS_NEW #include "mysys_priv.h"
void *operator new (size_t sz) void *operator new (size_t sz)
{ {
......
...@@ -70,6 +70,8 @@ ...@@ -70,6 +70,8 @@
tonu@mysql.com & monty@mysql.com tonu@mysql.com & monty@mysql.com
*/ */
#if defined(USE_RAID) && !defined(MYSQL_CLIENT)
#ifdef __GNUC__ #ifdef __GNUC__
#pragma implementation // gcc: Class implementation #pragma implementation // gcc: Class implementation
#endif #endif
...@@ -79,8 +81,6 @@ ...@@ -79,8 +81,6 @@
#include <m_string.h> #include <m_string.h>
#include <assert.h> #include <assert.h>
#if defined(USE_RAID) && !defined(MYSQL_CLIENT)
#define RAID_SEEK_DONE ~(off_t) 0 #define RAID_SEEK_DONE ~(off_t) 0
#define RAID_SIZE_UNKNOWN ~(my_off_t) 0 #define RAID_SIZE_UNKNOWN ~(my_off_t) 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment