[cfe-commits] r38801 - /cfe/cfe/trunk/include/clang/Lex/Preprocessor.h

sabre at cs.uiuc.edu sabre at cs.uiuc.edu
Wed Jul 11 09:24:45 PDT 2007


Author: sabre
Date: Wed Jul 11 11:24:45 2007
New Revision: 38801

URL: http://llvm.org/viewvc/llvm-project?rev=38801&view=rev
Log:
Misc cleanups

Modified:
    cfe/cfe/trunk/include/clang/Lex/Preprocessor.h

Modified: cfe/cfe/trunk/include/clang/Lex/Preprocessor.h
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/include/clang/Lex/Preprocessor.h?rev=38801&r1=38800&r2=38801&view=diff

==============================================================================
--- cfe/cfe/trunk/include/clang/Lex/Preprocessor.h (original)
+++ cfe/cfe/trunk/include/clang/Lex/Preprocessor.h Wed Jul 11 11:24:45 2007
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_CLANG_PREPROCESSOR_H
-#define LLVM_CLANG_PREPROCESSOR_H
+#ifndef LLVM_CLANG_LEX_PREPROCESSOR_H
+#define LLVM_CLANG_LEX_PREPROCESSOR_H
 
 #include "clang/Lex/Lexer.h"
 #include "clang/Lex/MacroExpander.h"
@@ -22,8 +22,6 @@
 namespace llvm {
 namespace clang {
   
-class Lexer;
-class LexerToken;
 class SourceManager;
 class FileManager;
 class DirectoryEntry;





More information about the cfe-commits mailing list