LibCore: Do not include math.h in ArgsParser

This commit is contained in:
Pavel Shliak 2024-12-08 14:49:10 +04:00 committed by Sam Atkins
parent aa2c296489
commit 6ec06a01a2
Notes: github-actions[bot] 2024-12-08 16:38:58 +00:00

View file

@ -12,7 +12,6 @@
#include <LibCore/ArgsParser.h>
#include <LibCore/Version.h>
#include <limits.h>
#include <math.h>
#include <stdio.h>
#include <string.h>