summaryrefslogtreecommitdiff
path: root/ndb/src/rep/dbug_hack.cpp
diff options
context:
space:
mode:
authortomas@mc05.(none) <>2004-05-07 15:34:12 +0200
committertomas@mc05.(none) <>2004-05-07 15:34:12 +0200
commitb80278106483583c55cd32173e6a75d8797b21d0 (patch)
tree106e42966993a3fd996589bf67056ba588d30866 /ndb/src/rep/dbug_hack.cpp
parent18f6340f639c662d82e89d59b820f7a1a14c11d4 (diff)
downloadmariadb-git-b80278106483583c55cd32173e6a75d8797b21d0.tar.gz
more removing of "system" files and introducing ndb_global/my_global
Diffstat (limited to 'ndb/src/rep/dbug_hack.cpp')
-rw-r--r--ndb/src/rep/dbug_hack.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/src/rep/dbug_hack.cpp b/ndb/src/rep/dbug_hack.cpp
index 794852a3a23..74e5f080777 100644
--- a/ndb/src/rep/dbug_hack.cpp
+++ b/ndb/src/rep/dbug_hack.cpp
@@ -14,8 +14,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
-#include <stdarg.h>
-#include <string.h>
+#include <ndb_global.h>
+
#include <OutputStream.hpp>
#include "NdbOut.hpp"
#include "rep_version.hpp"