chiark / gitweb /
Remove src/bootchart
[elogind.git] / src / journal / journal-qrcode.h
index da6244c160cf35a12dc9f418903ada7c0fefeed4..3ff6a3ad4aee2291dfb8eba76bbd0d832322995e 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <inttypes.h>
-#include <sys/types.h>
 #include <stdio.h>
 
-#include <systemd/sd-id128.h>
+#include "systemd/sd-id128.h"
 
 int print_qr_code(FILE *f, const void *seed, size_t seed_size, uint64_t start, uint64_t interval, const char *hn, sd_id128_t machine);