localopt stuff for const-code irg
[libfirm] / ir / libcore / lc_opts_t.h
index 7354bc4..61c683e 100644 (file)
@@ -27,9 +27,6 @@
 #include "lc_opts.h"
 #include "list.h"
 
-#include "lc_common_t.h"
-#include "lc_defines.h"
-
 typedef struct {
        struct list_head opts;
        struct list_head grps;
@@ -45,11 +42,11 @@ typedef struct {
        unsigned is_set : 1;
 } lc_opt_special_t;
 
-struct _lc_opt_entry_t {
+struct lc_opt_entry_t {
        unsigned hash;
        const char *name;
        const char *desc;
-       struct _lc_opt_entry_t *parent;
+       struct lc_opt_entry_t *parent;
 
        unsigned is_grp : 1;