Skip to content

Commit

Permalink
Merge pull request #12 from tidesdb/tidesdb-cpp-order-of-inclusions
Browse files Browse the repository at this point in the history
Correct order of inclusions to be consistent.
  • Loading branch information
guycipher authored Jan 9, 2025
2 parents c4228b3 + ce41d27 commit 764a5e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tidesdb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* limitations under the License.
*/
#include "tidesdb.hpp"
#include <iostream>
#include <utility>

#define ERR_HANDLER() \
if (err) \
Expand Down
4 changes: 3 additions & 1 deletion tidesdb.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
*/

#pragma once
#include <tidesdb/tidesdb.h>
#include <iostream>
#include <utility>
#include <chrono>
#include <vector>
#include <tidesdb/tidesdb.h>

/*
* TidesDB Namespace
Expand Down

0 comments on commit 764a5e3

Please sign in to comment.