diff options
author | unknown <tomas@whalegate.ndb.mysql.com> | 2007-06-11 17:28:52 +0200 |
---|---|---|
committer | unknown <tomas@whalegate.ndb.mysql.com> | 2007-06-11 17:28:52 +0200 |
commit | 5e047ec91bfe6a644523643e1fd664cd2458fd3e (patch) | |
tree | 2fb5848c06c35530725a95045cf7e1eeadf70cdb /storage/ndb/src | |
parent | 2821723e0fc9738b33c188a8d3729586935186e1 (diff) | |
download | mariadb-git-5e047ec91bfe6a644523643e1fd664cd2458fd3e.tar.gz |
change include file
Diffstat (limited to 'storage/ndb/src')
-rw-r--r-- | storage/ndb/src/ndbapi/ndb_internal.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/ndb/src/ndbapi/ndb_internal.hpp b/storage/ndb/src/ndbapi/ndb_internal.hpp index 488946dec83..2ed7a7ecc8c 100644 --- a/storage/ndb/src/ndbapi/ndb_internal.hpp +++ b/storage/ndb/src/ndbapi/ndb_internal.hpp @@ -13,8 +13,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <ndb_global.h> -#include <Ndb.hpp> +#include "NdbImpl.hpp" class Ndb_internal { |