Small stylefix

This commit is contained in:
plutoo 2018-01-22 20:15:03 +01:00
parent 6fa8370bfb
commit 9634a5467e
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
* @brief UTF conversion functions.
*/
#pragma once
#include <sys/types.h>
#include "types.h"

View File

@ -1,6 +1,5 @@
// Copyright 2018 plutoo
#include <malloc.h>
#include "types.h"
#include "result.h"
#include "runtime/env.h"