Fix last commit

git-svn-id: https://leveldb.googlecode.com/svn/trunk@19 62dab493-f737-651d-591e-8d6aee1b9529
This commit is contained in:
jorlow@chromium.org 2011-03-30 18:49:03 +00:00
parent 4671a695fc
commit 9e33808a26
11 changed files with 10 additions and 10 deletions

View File

@ -19,7 +19,7 @@
#define STORAGE_LEVELDB_INCLUDE_CACHE_H_
#include <stdint.h>
#include "include/slice.h"
#include "leveldb/slice.h"
namespace leveldb {

View File

@ -7,8 +7,8 @@
#include <stdint.h>
#include <stdio.h>
#include "include/iterator.h"
#include "include/options.h"
#include "leveldb/iterator.h"
#include "leveldb/options.h"
namespace leveldb {

View File

@ -14,7 +14,7 @@
#include <string>
#include <vector>
#include <stdint.h>
#include "include/status.h"
#include "leveldb/status.h"
namespace leveldb {

View File

@ -10,8 +10,8 @@
#ifndef STORAGE_LEVELDB_INCLUDE_ITERATOR_H_
#define STORAGE_LEVELDB_INCLUDE_ITERATOR_H_
#include "include/slice.h"
#include "include/status.h"
#include "leveldb/slice.h"
#include "leveldb/status.h"
namespace leveldb {

View File

@ -10,7 +10,7 @@
#include <string>
#include <utility>
#include "include/slice.h"
#include "leveldb/slice.h"
namespace leveldb {

View File

@ -6,7 +6,7 @@
#define STORAGE_LEVELDB_INCLUDE_TABLE_H_
#include <stdint.h>
#include "include/iterator.h"
#include "leveldb/iterator.h"
namespace leveldb {

View File

@ -9,8 +9,8 @@
#define STORAGE_LEVELDB_INCLUDE_TABLE_BUILDER_H_
#include <stdint.h>
#include "include/options.h"
#include "include/status.h"
#include "leveldb/options.h"
#include "leveldb/status.h"
namespace leveldb {