chore: Unicode remove use of common/Common and use system headers needed directly

This commit is contained in:
sithlord48
2025-11-06 15:36:50 -05:00
committed by Chris Rizzitello
parent c4fd8699f9
commit 66efc9c70e
2 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,8 @@
#include "base/Unicode.h"
#include <assert.h>
//
// local utility functions
//

View File

@ -7,8 +7,7 @@
#pragma once
#include "common/Common.h"
#include <cstdint>
#include <string>
//! Unicode utility functions