diff options
author | jorlow@chromium.org <jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529> | 2011-03-30 18:35:40 +0000 |
---|---|---|
committer | jorlow@chromium.org <jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529> | 2011-03-30 18:35:40 +0000 |
commit | 4671a695fca3a8fb00cdf4609cd8238cf12ed13d (patch) | |
tree | 804d87e86f899936e0477279659f8591ad72bebd /db/corruption_test.cc | |
parent | 4d66fd5af3c9f7680be4b03599415c53f32065bc (diff) | |
download | leveldb-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 'db/corruption_test.cc')
-rw-r--r-- | db/corruption_test.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/corruption_test.cc b/db/corruption_test.cc index 1f4f26c..de9408c 100644 --- a/db/corruption_test.cc +++ b/db/corruption_test.cc @@ -2,15 +2,15 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. -#include "include/db.h" +#include "leveldb/db.h" #include <errno.h> #include <fcntl.h> #include <sys/stat.h> #include <sys/types.h> -#include "include/env.h" -#include "include/table.h" -#include "include/write_batch.h" +#include "leveldb/env.h" +#include "leveldb/table.h" +#include "leveldb/write_batch.h" #include "db/db_impl.h" #include "db/filename.h" #include "db/log_format.h" |