refs #5504 fix some includes

git-svn-id: file:///svn/toku/tokudb@48091 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
John Esmet 2013-04-17 00:01:08 -04:00 committed by Yoni Fogel
parent 0f808fa912
commit 452058fee9
4 changed files with 6 additions and 8 deletions

View file

@ -56,6 +56,5 @@
#include "wbuf.h"
#include <db.h>
#include "tokuconst.h"
#endif

View file

@ -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.

View file

@ -18,7 +18,6 @@
#include <ft/le-cursor.h>
#include "indexer.h"
#include <ft/ft-internal.h>
#include <ft/tokuconst.h>
#include <ft/ft-ops.h>
#include <ft/leafentry.h>
#include <ft/ule.h>

View file

@ -12,14 +12,12 @@
/*
* The indexer
*/
#include <toku_portability.h>
#include <stdio.h>
#include <string.h>
#include <toku_portability.h>
#include "toku_assert.h"
#include "ydb-internal.h"
#include <toku_assert.h>
#include <ft/le-cursor.h>
#include "indexer.h"
#include <ft/tokuconst.h>
#include <ft/ft-ops.h>
#include <ft/leafentry.h>
#include <ft/ule.h>
@ -27,6 +25,9 @@
#include <ft/log-internal.h>
#include <ft/checkpoint.h>
#include "ydb-internal.h"
#include "indexer.h"
///////////////////////////////////////////////////////////////////////////////////
// Engine status
//