Fixed includes in tests.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8e40bea06e
commit
bc5b29f879
|
@ -22,7 +22,7 @@
|
|||
#include <catch.hpp>
|
||||
#include "time.hpp"
|
||||
#include "sqlite.hpp"
|
||||
#include "adoc.hpp"
|
||||
#include "export/adoc.hpp"
|
||||
|
||||
using std::string;
|
||||
using std::chrono::system_clock;
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <chrono>
|
||||
#include <catch.hpp>
|
||||
#include "sqlite.hpp"
|
||||
#include "bookmarks.hpp"
|
||||
#include "export/bookmarks.hpp"
|
||||
|
||||
using std::string;
|
||||
using std::chrono::system_clock;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include <catch.hpp>
|
||||
#include "time.hpp"
|
||||
#include "sqlite.hpp"
|
||||
#include "csv.hpp"
|
||||
#include "export/csv.hpp"
|
||||
|
||||
using std::string;
|
||||
using std::chrono::system_clock;
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <chrono>
|
||||
#include <catch.hpp>
|
||||
#include "sqlite.hpp"
|
||||
#include "simple.hpp"
|
||||
#include "export/simple.hpp"
|
||||
|
||||
using std::string;
|
||||
using std::chrono::system_clock;
|
||||
|
|
Loading…
Reference in New Issue
Block a user