parser: Remove the unused attribute alignment from struct declaration_specifiers_t.
[cparser] / string_rep.h
index b7d8eb4..3b69deb 100644 (file)
@@ -5,8 +5,7 @@
 #ifndef STRING_REP_H
 #define STRING_REP_H
 
-#include <stdlib.h>
-#include "unicode.h"
+#include <stddef.h>
 
 enum string_encoding_t {
        STRING_ENCODING_CHAR,