00001 #ifndef RISC_ALL_H_INCLUDED_ 00002 #define RISC_ALL_H_INCLUDED_ 00003 00004 #include "internal_representation/internal_representation.h" 00005 #include "ast_traverser/ast_traverser.h" 00006 #include "tools/tools.h" 00007 #include "static_analysis/static_analysis.h" 00008 #include "segment_graph/sg.h" 00009 #include "instrumentation/instrumentation.h" 00010 00011 #endif /* RISC_ALL_H_INCLUDED_ */ 00012 00013 /* ex: set softtabstop=2 tabstop=2 shiftwidth=2 expandtab: */