summaryrefslogtreecommitdiff
path: root/table/block.h
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.h
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.h')
-rw-r--r--table/block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/block.h b/table/block.h
index 9372001..cdf0598 100644
--- a/table/block.h
+++ b/table/block.h
@@ -7,7 +7,7 @@
#include <stddef.h>
#include <stdint.h>
-#include "include/iterator.h"
+#include "leveldb/iterator.h"
namespace leveldb {