diff options
Diffstat (limited to 'dwarflint/option.hh')
| -rw-r--r-- | dwarflint/option.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dwarflint/option.hh b/dwarflint/option.hh index e4c1c735..9dccc2f7 100644 --- a/dwarflint/option.hh +++ b/dwarflint/option.hh @@ -33,8 +33,8 @@ #include <cassert> #include <iostream> -#include "option.ii" -#include "checkdescriptor.ii" +#include "option_i.hh" +#include "checkdescriptor_i.hh" class options : private std::map<int, option_i *> |
