[cfe-commits] r66111 - /cfe/trunk/include/clang/AST/StmtIterator.h
Eli Friedman
eli.friedman at gmail.com
Wed Mar 4 16:37:49 PST 2009
Author: efriedma
Date: Wed Mar 4 18:37:49 2009
New Revision: 66111
URL: http://llvm.org/viewvc/llvm-project?rev=66111&view=rev
Log:
Use LLVM type header rather than using stdint.h directly.
Modified:
cfe/trunk/include/clang/AST/StmtIterator.h
Modified: cfe/trunk/include/clang/AST/StmtIterator.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/StmtIterator.h?rev=66111&r1=66110&r2=66111&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/StmtIterator.h (original)
+++ cfe/trunk/include/clang/AST/StmtIterator.h Wed Mar 4 18:37:49 2009
@@ -15,8 +15,8 @@
#define LLVM_CLANG_AST_STMT_ITR_H
#include "llvm/ADT/iterator.h"
+#include "llvm/Support/DataTypes.h"
#include <cassert>
-#include <stdint.h>
namespace clang {
More information about the cfe-commits
mailing list