summaryrefslogtreecommitdiff
path: root/mysys/my_new.cc
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-01-21 20:25:49 +0100
committerunknown <serg@serg.mylan>2004-01-21 20:25:49 +0100
commit9138a61cf8365b4542669b61bd63ca39258b90ac (patch)
tree22825cae81595c51744a90ed44755eaf3046c320 /mysys/my_new.cc
parent9af09d1266c5a354e6126f13feaea0a3680442d3 (diff)
downloadmariadb-git-9138a61cf8365b4542669b61bd63ca39258b90ac.tar.gz
no unnecessary includes (Intel ecc 7.0 compatibility fix)
Diffstat (limited to 'mysys/my_new.cc')
-rw-r--r--mysys/my_new.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysys/my_new.cc b/mysys/my_new.cc
index 5f2da90bbd1..ec27502d8aa 100644
--- a/mysys/my_new.cc
+++ b/mysys/my_new.cc
@@ -19,9 +19,9 @@
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)
{