Skip to content

Commit c4228b3

Browse files
authored
Merge pull request #11 from tidesdb/tidesdb-cpp-correct-inclusion-path-of-db
correct inclusion path of tidesdb db
2 parents a533cde + 2ba3743 commit c4228b3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

tidesdb.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
* limitations under the License.
1818
*/
1919
#include "tidesdb.hpp"
20-
21-
#include <tidesdb.h>
22-
2320
#include <iostream>
2421
#include <utility>
2522

tidesdb.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
*/
1919

2020
#pragma once
21-
#include <tidesdb.h>
22-
21+
#include <tidesdb/tidesdb.h>
2322
#include <chrono>
2423
#include <vector>
2524

0 commit comments

Comments
 (0)