From ce41d27bd460f967cc21d1ae235fd1932a6d0c1f Mon Sep 17 00:00:00 2001 From: Alex Gaetano Padula Date: Thu, 9 Jan 2025 01:20:03 -0500 Subject: [PATCH] Correct order of inclusions to be consistent. --- tidesdb.cpp | 2 -- tidesdb.hpp | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tidesdb.cpp b/tidesdb.cpp index c0645c7..f49afc3 100644 --- a/tidesdb.cpp +++ b/tidesdb.cpp @@ -17,8 +17,6 @@ * limitations under the License. */ #include "tidesdb.hpp" -#include -#include #define ERR_HANDLER() \ if (err) \ diff --git a/tidesdb.hpp b/tidesdb.hpp index cff22c7..bc7a5a7 100644 --- a/tidesdb.hpp +++ b/tidesdb.hpp @@ -18,9 +18,11 @@ */ #pragma once -#include +#include +#include #include #include +#include /* * TidesDB Namespace