Includes, clean-up
We are trying to avoid including stuff whenever possible. Forward declarations are prefered in most cases, just in case...
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "rsin_driver.hh"
|
||||
#include "rsin_parser.hh"
|
||||
|
||||
#include "rs.hh"
|
||||
|
||||
rsin_driver::rsin_driver(void)
|
||||
: trace_scanning(false), trace_parsing(false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user