From c40e901e1a661eb444bd9d62a0c00d932f01218f Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Tue, 14 May 2019 12:47:24 +0700 Subject: [PATCH] kari_hpp to kari.hpp for include path --- README.md | 2 +- headers/{kari_hpp => kari.hpp}/kari.hpp | 0 untests/kari_tests.cpp | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename headers/{kari_hpp => kari.hpp}/kari.hpp (100%) diff --git a/README.md b/README.md index 2eea163..690495e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ```cpp -#include "kari_hpp/kari.hpp" +#include "kari.hpp/kari.hpp" ``` Also, you can add the root repository directory to your [cmake](https://cmake.org) project: diff --git a/headers/kari_hpp/kari.hpp b/headers/kari.hpp/kari.hpp similarity index 100% rename from headers/kari_hpp/kari.hpp rename to headers/kari.hpp/kari.hpp diff --git a/untests/kari_tests.cpp b/untests/kari_tests.cpp index cd2e7f7..a491771 100644 --- a/untests/kari_tests.cpp +++ b/untests/kari_tests.cpp @@ -7,7 +7,7 @@ #define CATCH_CONFIG_FAST_COMPILE #include -#include +#include #include #include