diff options
author | unknown <tomas@mc05.(none)> | 2004-05-07 15:34:12 +0200 |
---|---|---|
committer | unknown <tomas@mc05.(none)> | 2004-05-07 15:34:12 +0200 |
commit | b36f17844c5f30bfb290cfd54be85c4c43b041c3 (patch) | |
tree | 106e42966993a3fd996589bf67056ba588d30866 /ndb/include/logger | |
parent | fb6fd48f5d6ba2eba973caaec9cefa8763dd9067 (diff) | |
download | mariadb-git-b36f17844c5f30bfb290cfd54be85c4c43b041c3.tar.gz |
more removing of "system" files and introducing ndb_global/my_global
BitKeeper/deleted/.del-NdbStdio.h~17be17a4f591c671:
Delete: ndb/include/portlib/NdbStdio.h
BitKeeper/deleted/.del-NdbString.h~1f9f26341ce5f5f:
Delete: ndb/include/util/NdbString.h
BitKeeper/deleted/.del-NdbConstant.hpp~de1038c1758cc1f9:
Delete: ndb/include/portlib/NdbConstant.hpp
BitKeeper/deleted/.del-NdbUnistd.h~a1b3840adcd49985:
Delete: ndb/include/portlib/NdbUnistd.h
Diffstat (limited to 'ndb/include/logger')
-rw-r--r-- | ndb/include/logger/LogHandler.hpp | 1 | ||||
-rw-r--r-- | ndb/include/logger/Logger.hpp | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/ndb/include/logger/LogHandler.hpp b/ndb/include/logger/LogHandler.hpp index 8c5c9298f69..8f76783e6b0 100644 --- a/ndb/include/logger/LogHandler.hpp +++ b/ndb/include/logger/LogHandler.hpp @@ -19,7 +19,6 @@ #include "Logger.hpp" -#include <NdbStdio.h> // Defines NULL /** * This class is the base class for all log handlers. A log handler is diff --git a/ndb/include/logger/Logger.hpp b/ndb/include/logger/Logger.hpp index 2d12a5b8a6e..d4937c11744 100644 --- a/ndb/include/logger/Logger.hpp +++ b/ndb/include/logger/Logger.hpp @@ -17,8 +17,8 @@ #ifndef Logger_H #define Logger_H +#include <ndb_global.h> #include <BaseString.hpp> -#include <stdarg.h> class LogHandler; class LogHandlerList; |