Use C++ headers, not C headers
authorChris Lattner <sabre@nondot.org>
Fri, 25 Jul 2003 17:32:51 +0000 (17:32 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Jul 2003 17:32:51 +0000 (17:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7308 91177308-0d34-0410-b5e6-96231b3b80d8

support/tools/TableGen/Record.h
utils/TableGen/Record.h

index 0118ff1f42cc685b73705356d71e75aad5e3a12f..73b5c741022642c5443c7685a3960af510e0b6a4 100644 (file)
@@ -10,7 +10,7 @@
 #include <vector>
 #include <map>
 #include <iostream>
-#include <assert.h>
+#include <cassert>
 
 class Init;
 class UnsetInit;
index 0118ff1f42cc685b73705356d71e75aad5e3a12f..73b5c741022642c5443c7685a3960af510e0b6a4 100644 (file)
@@ -10,7 +10,7 @@
 #include <vector>
 #include <map>
 #include <iostream>
-#include <assert.h>
+#include <cassert>
 
 class Init;
 class UnsetInit;