summaryrefslogtreecommitdiff
path: root/storage/innobase/include/row0ftsort.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2018-11-29 12:53:44 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2018-11-29 12:53:44 +0200
commit447e4931795a0ae9525005e8fb37bb7347d8ae52 (patch)
tree3301e33bed2cc99b26d12ccb9f569802e025295c /storage/innobase/include/row0ftsort.h
parentbe998bfdc5940925c4e6f5970a5c0c1efcd6d21e (diff)
downloadmariadb-git-447e4931795a0ae9525005e8fb37bb7347d8ae52.tar.gz
Remove some unnecessary InnoDB #include
Diffstat (limited to 'storage/innobase/include/row0ftsort.h')
-rw-r--r--storage/innobase/include/row0ftsort.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/storage/innobase/include/row0ftsort.h b/storage/innobase/include/row0ftsort.h
index 8f7632ed9ac..58b4c817acf 100644
--- a/storage/innobase/include/row0ftsort.h
+++ b/storage/innobase/include/row0ftsort.h
@@ -27,16 +27,11 @@ Created 10/13/2010 Jimmy Yang
#ifndef row0ftsort_h
#define row0ftsort_h
-#include "univ.i"
#include "data0data.h"
-#include "dict0types.h"
-#include "row0mysql.h"
#include "fts0fts.h"
-#include "fts0types.h"
#include "fts0priv.h"
#include "row0merge.h"
#include "btr0bulk.h"
-#include "os0thread.h"
/** This structure defineds information the scan thread will fetch
and put to the linked list for parallel tokenization/sort threads