summaryrefslogtreecommitdiff
path: root/table/block_builder.cc
diff options
context:
space:
mode:
authorjorlow@chromium.org <jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529>2011-03-30 18:35:40 +0000
committerjorlow@chromium.org <jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529>2011-03-30 18:35:40 +0000
commit4671a695fca3a8fb00cdf4609cd8238cf12ed13d (patch)
tree804d87e86f899936e0477279659f8591ad72bebd /table/block_builder.cc
parent4d66fd5af3c9f7680be4b03599415c53f32065bc (diff)
downloadleveldb-4671a695fca3a8fb00cdf4609cd8238cf12ed13d.tar.gz
Move include files into a leveldb subdir.
git-svn-id: https://leveldb.googlecode.com/svn/trunk@18 62dab493-f737-651d-591e-8d6aee1b9529
Diffstat (limited to 'table/block_builder.cc')
-rw-r--r--table/block_builder.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/table/block_builder.cc b/table/block_builder.cc
index 2c33492..ae18b36 100644
--- a/table/block_builder.cc
+++ b/table/block_builder.cc
@@ -30,8 +30,8 @@
#include <algorithm>
#include <assert.h>
-#include "include/comparator.h"
-#include "include/table_builder.h"
+#include "leveldb/comparator.h"
+#include "leveldb/table_builder.h"
#include "util/coding.h"
namespace leveldb {