parser: Remove the unused attribute alignment from struct declaration_specifiers_t.
[cparser] / types.c
diff --git a/types.c b/types.c
index 3cd6332..b8dd7f6 100644 (file)
--- a/types.c
+++ b/types.c
@@ -5,7 +5,6 @@
 #include "type_t.h"
 #include "types.h"
 #include "lang_features.h"
-#include "entity_t.h"
 
 /** The error type. */
 type_t *type_error_type;