summaryrefslogtreecommitdiff
path: root/util/options.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/options.cc')
-rw-r--r--util/options.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/options.cc b/util/options.cc
index 9fb7e0a..421608b 100644
--- a/util/options.cc
+++ b/util/options.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/options.h"
+#include "leveldb/options.h"
-#include "include/comparator.h"
-#include "include/env.h"
+#include "leveldb/comparator.h"
+#include "leveldb/env.h"
namespace leveldb {