blob: 02459b705b7c195f81b0a00e3abb4d5435442613 [file] [log] [blame]
#ifndef SDC_LEXER_FWD_H
#define SDC_LEXER_FWD_H
//Forward declaration used by parser definition
namespace sdcparse {
class Lexer;
}
#endif