consolidate lexer stuff into the Parser lib.

Swift SVN r6
This commit is contained in:
Chris Lattner
2010-07-18 00:50:29 +00:00
parent 5e88a21755
commit 874badb51b
5 changed files with 3 additions and 26 deletions

View File

@@ -17,7 +17,7 @@
#ifndef SWIFT_LEXER_H
#define SWIFT_LEXER_H
#include "swift/Lex/Token.h"
#include "swift/Parse/Token.h"
namespace swift {