diff options
author | tomas@mc05.(none) <> | 2004-05-07 15:34:12 +0200 |
---|---|---|
committer | tomas@mc05.(none) <> | 2004-05-07 15:34:12 +0200 |
commit | b80278106483583c55cd32173e6a75d8797b21d0 (patch) | |
tree | 106e42966993a3fd996589bf67056ba588d30866 /ndb/src/rep/dbug_hack.cpp | |
parent | 18f6340f639c662d82e89d59b820f7a1a14c11d4 (diff) | |
download | mariadb-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.cpp | 4 |
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" |