diff options
author | unknown <tomas@poseidon.(none)> | 2004-08-20 16:29:35 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.(none)> | 2004-08-20 16:29:35 +0000 |
commit | 8e76eb2dcc75629ce793e7055467354aa3d65c50 (patch) | |
tree | d3bff1085c8643607dac6d94c7b2ee1fb932cd8f /ndb/src/ndbapi/NdbOperation.cpp | |
parent | 2be1f4d873498f20c20dac992bdfdb312541c3ad (diff) | |
download | mariadb-git-8e76eb2dcc75629ce793e7055467354aa3d65c50.tar.gz |
compile error fixes for some platforms
Diffstat (limited to 'ndb/src/ndbapi/NdbOperation.cpp')
-rw-r--r-- | ndb/src/ndbapi/NdbOperation.cpp | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/ndb/src/ndbapi/NdbOperation.cpp b/ndb/src/ndbapi/NdbOperation.cpp index 3df643ab7d6..18a7d1d1c80 100644 --- a/ndb/src/ndbapi/NdbOperation.cpp +++ b/ndb/src/ndbapi/NdbOperation.cpp @@ -14,20 +14,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - -/***************************************************************************** - * Name: NdbOperation.C - * Include: - * Link: - * Author: UABMNST Mona Natterkvist UAB/B/SD - * Date: 970829 - * Version: 0.1 - * Description: Interface between TIS and NDB - * Documentation: - * Adjust: 971022 UABMNST First version. - ****************************************************************************/ -#include "NdbConnection.hpp" -#include "NdbOperation.hpp" +#include <ndb_global.h> +#include <NdbConnection.hpp> +#include <NdbOperation.hpp> #include "NdbApiSignal.hpp" #include "NdbRecAttr.hpp" #include "NdbUtil.hpp" |