diff options
author | Chris Lattner <sabre@nondot.org> | 2003-07-25 17:32:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-07-25 17:32:51 +0000 |
commit | b5b3c6fc0147b2e59b45f7f2882c7c615bb765ae (patch) | |
tree | bdeaeb017e55a25ceb33f8545908c284c0a6c676 /support | |
parent | a44a4cd055bdad9f324d2d9a1b04bdc0bb1b2519 (diff) |
Use C++ headers, not C headers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7308 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'support')
-rw-r--r-- | support/tools/TableGen/Record.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/tools/TableGen/Record.h b/support/tools/TableGen/Record.h index 0118ff1f42..73b5c74102 100644 --- a/support/tools/TableGen/Record.h +++ b/support/tools/TableGen/Record.h @@ -10,7 +10,7 @@ #include <vector> #include <map> #include <iostream> -#include <assert.h> +#include <cassert> class Init; class UnsetInit; |