eepp: Remove usage of std::list.

ecode: Some minor code refactor.
This commit is contained in:
Martín Lucas Golini
2023-07-02 03:36:56 -03:00
parent c3d89d0a64
commit 0fc9fb3895
46 changed files with 948 additions and 869 deletions

View File

@@ -9,6 +9,7 @@
#include <eepp/system/sys.hpp>
#include <eepp/ui/doc/textdocument.hpp>
#include <eepp/window/engine.hpp>
#include <list>
namespace ecode {