libyang CHANGE review header includes
The plugins_types.h was supposed only for implementing data type plugins
code, so I've removed it from libyang.h (now it is supposed to be
included explicitly).
diff --git a/src/printer_schema.h b/src/printer_schema.h
index 640fbc7..52b4fbd 100644
--- a/src/printer_schema.h
+++ b/src/printer_schema.h
@@ -15,8 +15,8 @@
#ifndef LY_PRINTER_SCHEMA_H_
#define LY_PRINTER_SCHEMA_H_
+#include <stdint.h>
#include <stdio.h>
-#include <unistd.h>
#include "log.h"
#include "out.h"