diff --git a/tests/demo/tedemo.cpp b/tests/demo/tedemo.cpp index 11046b2..7dfabec 100644 --- a/tests/demo/tedemo.cpp +++ b/tests/demo/tedemo.cpp @@ -1,6 +1,6 @@ // This is mostly used as a CMake project used for code analysis. -#include "../../tinyexpr.h" +#include "tinyexpr.h" #include int main(int argc, char* argv[])