summaryrefslogtreecommitdiff
path: root/table/table.cc
diff options
context:
space:
mode:
Diffstat (limited to 'table/table.cc')
-rw-r--r--table/table.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/table/table.cc b/table/table.cc
index bd0fbb5..9820753 100644
--- a/table/table.cc
+++ b/table/table.cc
@@ -2,10 +2,10 @@
// 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/table.h"
+#include "leveldb/table.h"
-#include "include/cache.h"
-#include "include/env.h"
+#include "leveldb/cache.h"
+#include "leveldb/env.h"
#include "table/block.h"
#include "table/format.h"
#include "table/two_level_iterator.h"