BAN: Rename Forward.h -> ForwardList.h to avoid confusion with BAN::Forward()

This commit is contained in:
Bananymous 2023-01-17 11:21:21 +02:00
parent 53a5ad3cf9
commit a7a55cd0fb
3 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#pragma once
#include <BAN/Errors.h>
#include <BAN/Forward.h>
#include <BAN/ForwardList.h>
#include <BAN/Formatter.h>
namespace BAN

View File

@ -1,6 +1,6 @@
#pragma once
#include <BAN/Forward.h>
#include <BAN/ForwardList.h>
#include <BAN/Formatter.h>
namespace BAN