parser: Remove the unused attribute alignment from struct declaration_specifiers_t.
[cparser] / type_t.h
index 8e948cf..262fb63 100644 (file)
--- a/type_t.h
+++ b/type_t.h
 
 #include <libfirm/firm_types.h>
 
+#include "ast.h"
 #include "type.h"
-#include "symbol.h"
-#include "token_t.h"
-#include "ast_t.h"
-#include "adt/obst.h"
 
 typedef enum type_kind_t {
        TYPE_ERROR = 1,