summaryrefslogtreecommitdiff
path: root/db/table_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/table_cache.h')
-rw-r--r--db/table_cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/table_cache.h b/db/table_cache.h
index 5564dfc..5376194 100644
--- a/db/table_cache.h
+++ b/db/table_cache.h
@@ -10,8 +10,8 @@
#include <string>
#include <stdint.h>
#include "db/dbformat.h"
-#include "include/cache.h"
-#include "include/table.h"
+#include "leveldb/cache.h"
+#include "leveldb/table.h"
#include "port/port.h"
namespace leveldb {