All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ast_traverser.h
Go to the documentation of this file.
1 #ifndef AST_TRAVERSER_H_INCLUDED_
2 #define AST_TRAVERSER_H_INCLUDED_
3 
4 #include "path_checker.h"
5 #include "traverser.h"
6 
7 #endif /* AST_TRAVERSER_H_INCLUDED_ */
8 
9 /* ex: set softtabstop=2 tabstop=2 shiftwidth=2 expandtab: */