Commit 836803be authored by John Esmet's avatar John Esmet Committed by Yoni Fogel

refs #5504 fix some includes


git-svn-id: file:///svn/toku/tokudb@48091 c7de825b-a66e-492c-adef-691d508d4ae1
parent 067edc3b
...@@ -56,6 +56,5 @@ ...@@ -56,6 +56,5 @@
#include "wbuf.h" #include "wbuf.h"
#include <db.h> #include <db.h>
#include "tokuconst.h"
#endif #endif
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include "x1764.h" #include "x1764.h"
#include "rbuf.h" #include "rbuf.h"
#include "wbuf.h" #include "wbuf.h"
#include "tokuconst.h"
/* The number of transaction ids stored in the xids structure is /* The number of transaction ids stored in the xids structure is
* represented by an 8-bit value. The value 255 is reserved. * represented by an 8-bit value. The value 255 is reserved.
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include <ft/le-cursor.h> #include <ft/le-cursor.h>
#include "indexer.h" #include "indexer.h"
#include <ft/ft-internal.h> #include <ft/ft-internal.h>
#include <ft/tokuconst.h>
#include <ft/ft-ops.h> #include <ft/ft-ops.h>
#include <ft/leafentry.h> #include <ft/leafentry.h>
#include <ft/ule.h> #include <ft/ule.h>
......
...@@ -12,14 +12,12 @@ ...@@ -12,14 +12,12 @@
/* /*
* The indexer * The indexer
*/ */
#include <toku_portability.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <toku_portability.h> #include <toku_assert.h>
#include "toku_assert.h"
#include "ydb-internal.h"
#include <ft/le-cursor.h> #include <ft/le-cursor.h>
#include "indexer.h"
#include <ft/tokuconst.h>
#include <ft/ft-ops.h> #include <ft/ft-ops.h>
#include <ft/leafentry.h> #include <ft/leafentry.h>
#include <ft/ule.h> #include <ft/ule.h>
...@@ -27,6 +25,9 @@ ...@@ -27,6 +25,9 @@
#include <ft/log-internal.h> #include <ft/log-internal.h>
#include <ft/checkpoint.h> #include <ft/checkpoint.h>
#include "ydb-internal.h"
#include "indexer.h"
/////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////
// Engine status // Engine status
// //
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment