Forráskód Böngészése

LibCore: Do not include math.h in ArgsParser

Pavel Shliak 7 hónapja
szülő
commit
6ec06a01a2
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      Libraries/LibCore/ArgsParser.cpp

+ 0 - 1
Libraries/LibCore/ArgsParser.cpp

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