diff --git a/include/lol/pegtl b/include/lol/lib/pegtl similarity index 85% rename from include/lol/pegtl rename to include/lol/lib/pegtl index 18175f30..23a92539 100644 --- a/include/lol/pegtl +++ b/include/lol/lib/pegtl @@ -1,7 +1,7 @@ // // Lol Engine // -// Copyright © 2010—2020 Sam Hocevar +// Copyright © 2010–2024 Sam Hocevar // // Lol Engine is free software. It comes without any warranty, to // the extent permitted by applicable law. You can redistribute it @@ -24,5 +24,4 @@ # define _WIN32_WINNT 0x0602 #endif -#include "3rdparty/pegtl/include/tao/pegtl.hpp" - +#include "../3rdparty/pegtl/include/tao/pegtl.hpp"