summaryrefslogtreecommitdiff
path: root/src/stringutils.cpp
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2023-08-17 00:20:38 +0200
committerjak1 <jak1@themanaworld.org>2023-08-17 00:20:38 +0200
commit00cb0a5770529999191fc4484348fe89196de263 (patch)
treea5298bc5968047aaa6e0cf4779f0713e967d3077 /src/stringutils.cpp
parent19dc75e9c2d6c94cc1975ae790af35e50e667ae0 (diff)
downloadmplint-00cb0a5770529999191fc4484348fe89196de263.tar.gz
mplint-00cb0a5770529999191fc4484348fe89196de263.tar.bz2
mplint-00cb0a5770529999191fc4484348fe89196de263.tar.xz
mplint-00cb0a5770529999191fc4484348fe89196de263.zip
moved cstdint include to header (was an argument... stupid me <_<)HEADmaster
Diffstat (limited to 'src/stringutils.cpp')
-rw-r--r--src/stringutils.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stringutils.cpp b/src/stringutils.cpp
index dacf692..fc80017 100644
--- a/src/stringutils.cpp
+++ b/src/stringutils.cpp
@@ -26,7 +26,6 @@
#include <cctype>
#include <cstdarg>
#include <cstdio>
-#include <cstdint>
#include <ctime>
#include <list>