ROSE 0.11.145.354
Source/Analysis.h
1#ifndef ROSE_Source_Analysis_H
2#define ROSE_Source_Analysis_H
3
4namespace Rose { namespace Source {
5
7namespace Analysis {}
8
9} }
10
11#include <Rose/Source/Analysis/Analyzer.h>
12#include <Rose/Source/Analysis/Visitor.h>
13
14#endif /* ROSE_Source_Analysis_H */
The ROSE library.