]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/json.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / basic / json.c
index be40a0d203d9e76d771acc63e2270ed0bc7410b1..2b634aa7f8bc95ca7a68a133b7b36ae58b06b575 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
 #include <math.h>
+#include <sys/types.h>
+
 #include "macro.h"
+#include "string-util.h"
 #include "utf8.h"
 #include "json.h"