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/sync0policy.h | |
parent | be998bfdc5940925c4e6f5970a5c0c1efcd6d21e (diff) | |
download | mariadb-git-447e4931795a0ae9525005e8fb37bb7347d8ae52.tar.gz |
Remove some unnecessary InnoDB #include
Diffstat (limited to 'storage/innobase/include/sync0policy.h')
-rw-r--r-- | storage/innobase/include/sync0policy.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/innobase/include/sync0policy.h b/storage/innobase/include/sync0policy.h index de27c87816c..0ea84aefcb7 100644 --- a/storage/innobase/include/sync0policy.h +++ b/storage/innobase/include/sync0policy.h @@ -27,10 +27,8 @@ Created 2012-08-21 Sunny Bains. #ifndef sync0policy_h #define sync0policy_h -#include "univ.i" #include "ut0rnd.h" #include "os0thread.h" -#include "sync0types.h" #include "srv0mon.h" #ifdef UNIV_DEBUG |