Skip to content

Commit

Permalink
Fix last commit
Browse files Browse the repository at this point in the history
git-svn-id: https://leveldb.googlecode.com/svn/trunk@19 62dab493-f737-651d-591e-8d6aee1b9529
  • Loading branch information
jorlow@chromium.org committed Mar 30, 2011
1 parent 4671a69 commit 9e33808
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion include/cache.h → include/leveldb/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define STORAGE_LEVELDB_INCLUDE_CACHE_H_

#include <stdint.h>
#include "include/slice.h"
#include "leveldb/slice.h"

namespace leveldb {

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions include/db.h → include/leveldb/db.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion include/env.h → include/leveldb/env.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <string>
#include <vector>
#include <stdint.h>
#include "include/status.h"
#include "leveldb/status.h"

namespace leveldb {

Expand Down
4 changes: 2 additions & 2 deletions include/iterator.h → include/leveldb/iterator.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion include/status.h → include/leveldb/status.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include <string>
#include <utility>
#include "include/slice.h"
#include "leveldb/slice.h"

namespace leveldb {

Expand Down
2 changes: 1 addition & 1 deletion include/table.h → include/leveldb/table.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define STORAGE_LEVELDB_INCLUDE_TABLE_H_

#include <stdint.h>
#include "include/iterator.h"
#include "leveldb/iterator.h"

namespace leveldb {

Expand Down
4 changes: 2 additions & 2 deletions include/table_builder.h → include/leveldb/table_builder.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
File renamed without changes.

0 comments on commit 9e33808

Please sign in to comment.