aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utf8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utf8.cpp')
-rw-r--r--src/utf8.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/utf8.cpp b/src/utf8.cpp
index 9bd6edf2..7c876a31 100644
--- a/src/utf8.cpp
+++ b/src/utf8.cpp
@@ -13,15 +13,12 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-
#include <sys/types.h>
-#include <stdint.h>
-
-#include "utf8.h"
-
+#include <stdint.h> // IWYU pragma: keep
#include <string>
#include <limits>
-#include <algorithm>
+
+#include "utf8.h"
#define _NXT 0x80
#define _SEQ2 0xc0