Fix last commit

git-svn-id: https://leveldb.googlecode.com/svn/trunk@19 62dab493-f737-651d-591e-8d6aee1b9529
main
jorlow@chromium.org 14 years ago
parent 4671a695fc
commit 9e33808a26
  1. 2
      include/leveldb/cache.h
  2. 0
      include/leveldb/comparator.h
  3. 4
      include/leveldb/db.h
  4. 2
      include/leveldb/env.h
  5. 4
      include/leveldb/iterator.h
  6. 0
      include/leveldb/options.h
  7. 0
      include/leveldb/slice.h
  8. 2
      include/leveldb/status.h
  9. 2
      include/leveldb/table.h
  10. 4
      include/leveldb/table_builder.h
  11. 0
      include/leveldb/write_batch.h

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

@ -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 {

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

@ -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 {

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

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

@ -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 {
Loading…
Cancel
Save