diff options
| author | Petr Machata <[email protected]> | 2010-09-22 16:23:39 +0200 |
|---|---|---|
| committer | Petr Machata <[email protected]> | 2010-09-22 16:23:39 +0200 |
| commit | 4eec4fa552709e0677f5bcc1c8ab2baf907dd072 (patch) | |
| tree | 3d3b0b9b741f93c36dc10c873a45eb7b8cd9e361 /dwarflint/main.cc | |
| parent | e8d64a0ffab2efe582f69de9bc8dbccb723b1853 (diff) | |
dwarflint: Getting rid of compat C bindings
Diffstat (limited to 'dwarflint/main.cc')
| -rw-r--r-- | dwarflint/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwarflint/main.cc b/dwarflint/main.cc index 823022af..16850628 100644 --- a/dwarflint/main.cc +++ b/dwarflint/main.cc @@ -38,7 +38,7 @@ #include "readctx.h" #include "checks.hh" #include "option.hh" -#include "messages.h" +#include "messages.hh" /* Messages that are accepted (and made into warning). */ struct message_criteria warning_criteria; |
