Global: Move string number parse to text/parsers.

It's not used as much as the other string utils.
This commit is contained in:
Unknown W. Brackets 2020-08-10 01:43:40 -07:00
parent 3d9c4733ab
commit a0f8e788f3
10 changed files with 66 additions and 126 deletions

View file

@ -17,6 +17,7 @@
#include <cmath>
#include <limits>
#include "util/text/parsers.h"
#include "Common/StringUtils.h"
#include "Core/Debugger/WebSocket/WebSocketUtils.h"