mirror of
https://github.com/pantor/inja.git
synced 2026-03-04 00:06:26 +00:00
Fix: Remove circular dependencies in headers (#295)
* Remove circular dependencies in headers * Fix unit test includes and test data directory location
This commit is contained in:
committed by
GitHub
parent
17ba53cb9e
commit
384a6bef3f
@@ -1,10 +1,8 @@
|
||||
// Copyright (c) 2020 Pantor. All rights reserved.
|
||||
|
||||
#include <doctest/doctest.h>
|
||||
#include <string>
|
||||
|
||||
#include "inja/environment.hpp"
|
||||
#include "inja/inja.hpp"
|
||||
|
||||
#include "test-common.hpp"
|
||||
|
||||
TEST_CASE("functions") {
|
||||
inja::Environment env;
|
||||
|
||||
Reference in New Issue
Block a user