#ifndef BLIF_LEXER_FWD_H
#define BLIF_LEXER_FWD_H
//Forward declaration used by parser definition
namespace blifparse {
class Lexer;
}
#endif