00001 #ifndef TOOLS_H_INCLUDED_ 00002 #define TOOLS_H_INCLUDED_ 00003 00004 #include "class_is_derived_from.h" 00005 #include "search_class_definition_by_name.h" 00006 #include "misc.h" 00007 #include "command_line_parsing.h" 00008 #include "file_classifier.h" 00009 #include "search_for_typedef_declaration.h" 00010 #include "ast_attribute_color.h" 00011 #include "systemc_definition_finder.h" 00012 #include "variable_helper.h" 00013 00014 #endif /* TOOLS_H_INCLUDED_ */ 00015 00016 /* ex: set softtabstop=2 tabstop=2 shiftwidth=2 expandtab: */