refactor: logging.h -> Logging.h

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2023-04-02 19:43:43 -07:00
parent 6b28af6cc5
commit fe36471b8d
9 changed files with 43 additions and 21 deletions

View File

@ -51,7 +51,7 @@
#include "BuildConfig.h"
#include "Application.h"
#include "logging.h"
#include "net/Logging.h"
#include "net/NetAction.h"
namespace Net {