diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2018-11-29 12:53:44 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-11-29 12:53:44 +0200 |
commit | 447e4931795a0ae9525005e8fb37bb7347d8ae52 (patch) | |
tree | 3301e33bed2cc99b26d12ccb9f569802e025295c /storage/innobase/include/row0mysql.h | |
parent | be998bfdc5940925c4e6f5970a5c0c1efcd6d21e (diff) | |
download | mariadb-git-447e4931795a0ae9525005e8fb37bb7347d8ae52.tar.gz |
Remove some unnecessary InnoDB #include
Diffstat (limited to 'storage/innobase/include/row0mysql.h')
-rw-r--r-- | storage/innobase/include/row0mysql.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/innobase/include/row0mysql.h b/storage/innobase/include/row0mysql.h index 05b1f2e5dac..546540ac640 100644 --- a/storage/innobase/include/row0mysql.h +++ b/storage/innobase/include/row0mysql.h @@ -28,9 +28,7 @@ Created 9/17/2000 Heikki Tuuri #ifndef row0mysql_h #define row0mysql_h -#include "data0data.h" #include "que0types.h" -#include "dict0types.h" #include "trx0types.h" #include "row0types.h" #include "btr0types.h" |