diff --git a/ft/includes.h b/ft/includes.h index dccbd7de369..734c391decc 100644 --- a/ft/includes.h +++ b/ft/includes.h @@ -56,6 +56,5 @@ #include "wbuf.h" #include -#include "tokuconst.h" #endif diff --git a/ft/xids.h b/ft/xids.h index a9144e831a7..0353c26e6ab 100644 --- a/ft/xids.h +++ b/ft/xids.h @@ -22,7 +22,6 @@ #include "x1764.h" #include "rbuf.h" #include "wbuf.h" -#include "tokuconst.h" /* The number of transaction ids stored in the xids structure is * represented by an 8-bit value. The value 255 is reserved. diff --git a/src/indexer-undo-do.cc b/src/indexer-undo-do.cc index d7e4c8fdf85..2c768c5f517 100644 --- a/src/indexer-undo-do.cc +++ b/src/indexer-undo-do.cc @@ -18,7 +18,6 @@ #include #include "indexer.h" #include -#include #include #include #include diff --git a/src/indexer.cc b/src/indexer.cc index ad7e0f702c6..90b93a7665d 100644 --- a/src/indexer.cc +++ b/src/indexer.cc @@ -12,14 +12,12 @@ /* * The indexer */ +#include #include #include -#include -#include "toku_assert.h" -#include "ydb-internal.h" +#include + #include -#include "indexer.h" -#include #include #include #include @@ -27,6 +25,9 @@ #include #include +#include "ydb-internal.h" +#include "indexer.h" + /////////////////////////////////////////////////////////////////////////////////// // Engine status //