summaryrefslogtreecommitdiff
path: root/table/format.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/format.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/format.cc')
-rw-r--r--table/format.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/format.cc b/table/format.cc
index 191a9bd..8c6b0f3 100644
--- a/table/format.cc
+++ b/table/format.cc
@@ -4,7 +4,7 @@
#include "table/format.h"
-#include "include/env.h"
+#include "leveldb/env.h"
#include "port/port.h"
#include "table/block.h"
#include "util/coding.h"