chiark / gitweb /
Prep v239: Fix conf-parser.[hc], it got a bit mangled by migration.
[elogind.git] / src / basic / utf8.c
index 3b8b7b12cb83155d931cdeea9a2cbf1db6905507..a5ce1a2944ae61ed342ef6ad99f6a4d4a6f01db7 100644 (file)
@@ -1,8 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  Copyright 2008-2011 Kay Sievers
-  Copyright 2012 Lennart Poettering
-***/
 
 /* Parts of this file are based on the GLIB utf8 validation functions. The
  * original license text follows. */
@@ -33,7 +29,7 @@
 #include <string.h>
 
 #include "alloc-util.h"
-//#include "gunicode.h"
+#include "gunicode.h"
 #include "hexdecoct.h"
 #include "macro.h"
 #include "utf8.h"