[cfe-commits] r120414 - /cfe/trunk/include/clang/Serialization/ASTSerializationListener.h

Duncan Sands baldrick at free.fr
Tue Nov 30 01:08:23 PST 2010


Author: baldrick
Date: Tue Nov 30 03:08:23 2010
New Revision: 120414

URL: http://llvm.org/viewvc/llvm-project?rev=120414&view=rev
Log:
System was renamed Support.  Fix the build.

Modified:
    cfe/trunk/include/clang/Serialization/ASTSerializationListener.h

Modified: cfe/trunk/include/clang/Serialization/ASTSerializationListener.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Serialization/ASTSerializationListener.h?rev=120414&r1=120413&r2=120414&view=diff
==============================================================================
--- cfe/trunk/include/clang/Serialization/ASTSerializationListener.h (original)
+++ cfe/trunk/include/clang/Serialization/ASTSerializationListener.h Tue Nov 30 03:08:23 2010
@@ -14,7 +14,7 @@
 #ifndef LLVM_CLANG_FRONTEND_AST_SERIALIZATION_LISTENER_H
 #define LLVM_CLANG_FRONTEND_AST_SERIALIZATION_LISTENER_H
 
-#include "llvm/System/DataTypes.h"
+#include "llvm/Support/DataTypes.h"
 
 namespace clang {
 





More information about the cfe-commits mailing list